#D040C4

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

Shades of Fuchsia #D040C4

Tints of Fuchsia #D040C4

Color information

#D040C4 (or 0xD040C4) is unknown color: approx Fuchsia. HEX triplet: D0, 40 and C4. RGB value is (208,64,196). Sum of RGB (Red+Green+Blue) = 208+64+196=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D040C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040C4 is #2FBF3B. Grayscale: #797979. Windows color (decimal): -3129148 or 12861648. OLE color: 12861648.

HSL color Cylindrical-coordinate representation of color #D040C4: hue angle of 305º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D040C4 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB20864196-
CMYK00.690.060.18
HSL305º60.5%53.33%-
HSV(B)305º69.23%81.57%-
XYZ37.8121.0654.3-
YUV122.1169.71189.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 64 (25.39% from 255) = 13.68%
BLUE value IS 196 (76.95% from 255) = 41.88%
R=44.44%
G=13.68%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086419600.690.060.1830560.553.33
HexD040C40456121313d35
Octal32010030401056224617565
Binary110100001000000110001000100010111010010100110001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D040C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D040C4; }

 p { color: rgb(208,64,196); }

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

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

 a { background-color: rgb(208,64,196); }

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

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

 span { border-color: rgb(208,64,196); }

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