#D742C9

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

Shades of Fuchsia #D742C9

Tints of Fuchsia #D742C9

Color information

#D742C9 (or 0xD742C9) is unknown color: approx Fuchsia. HEX triplet: D7, 42 and C9. RGB value is (215,66,201). Sum of RGB (Red+Green+Blue) = 215+66+201=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D742C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742C9 is #28BD36. Grayscale: #7D7D7D. Windows color (decimal): -2669879 or 13189847. OLE color: 13189847.

HSL color Cylindrical-coordinate representation of color #D742C9: hue angle of 305.64º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D742C9 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB21566201-
CMYK00.690.070.16
HSL305.64º65.07%55.1%-
HSV(B)305.64º69.3%84.31%-
XYZ40.5222.5657.48-
YUV125.94170.36191.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 66 (26.17% from 255) = 13.69%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=44.61%
G=13.69%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156620100.690.070.16305.6465.0755.1
HexD742C90457101324137
Octal327102311010572046210167
Binary1101011110000101100100101000101111100001001100101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D742C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D742C9; }

 p { color: rgb(215,66,201); }

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

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

 a { background-color: rgb(215,66,201); }

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

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

 span { border-color: rgb(215,66,201); }

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