#D742CA

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

Shades of Fuchsia #D742CA

Tints of Fuchsia #D742CA

Color information

#D742CA (or 0xD742CA) is unknown color: approx Fuchsia. HEX triplet: D7, 42 and CA. RGB value is (215,66,202). Sum of RGB (Red+Green+Blue) = 215+66+202=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D742CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742CA is #28BD35. Grayscale: #7D7D7D. Windows color (decimal): -2669878 or 13255383. OLE color: 13255383.

HSL color Cylindrical-coordinate representation of color #D742CA: hue angle of 305.23º 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 #D742CA is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB21566202-
CMYK00.690.060.16
HSL305.23º65.07%55.1%-
HSV(B)305.23º69.3%84.31%-
XYZ40.6322.6158.1-
YUV126.06170.86191.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 66 (26.17% from 255) = 13.66%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=44.51%
G=13.66%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156620200.690.060.16305.2365.0755.1
HexD742CA0456101314137
Octal327102312010562046110167
Binary1101011110000101100101001000101110100001001100011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D742CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D742CA; }

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

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

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

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

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

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

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

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