#D042C8

Color #D042C8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D042C8

Tints of Fuchsia #D042C8

Color information

#D042C8 (or 0xD042C8) is unknown color: approx Fuchsia. HEX triplet: D0, 42 and C8. RGB value is (208,66,200). Sum of RGB (Red+Green+Blue) = 208+66+200=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D042C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042C8 is #2FBD37. Grayscale: #7B7B7B. Windows color (decimal): -3128632 or 13124304. OLE color: 13124304.

HSL color Cylindrical-coordinate representation of color #D042C8: hue angle of 303.38º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D042C8 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB20866200-
CMYK00.680.040.18
HSL303.38º60.17%53.73%-
HSV(B)303.38º68.27%81.57%-
XYZ38.3921.4856.77-
YUV123.73171.04188.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 66 (26.17% from 255) = 13.92%
BLUE value IS 200 (78.52% from 255) = 42.19%
R=43.88%
G=13.92%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086620000.680.040.18303.3860.1753.73
HexD042C804441212f3c36
Octal32010231001044224577466
Binary110100001000010110010000100010010010010100101111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D042C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D042C8; }

 p { color: rgb(208,66,200); }

 H1.HeaderClassName
 {
   color: #D042C8;
 }
 .AnyTagClassName
 {
   color: #D042C8;
 }
</style>
background-color css

<style>
 a { background-color: #D042C8; }

 a { background-color: rgb(208,66,200); }

 div.DivClassName
 {
   background-color: #D042C8;
 }
 .BgClassName
 {
   background-color: #D042C8;
 }
</style>
border-color css

<style>
 span { border-color: #D042C8; }

 span { border-color: rgb(208,66,200); }

 td.TdClassName
 {
   border-color: #D042C8;
 }
 .TagClassName
 {
   border-color: #D042C8;
 }
</style>