#D455C3

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

Shades of Fuchsia #D455C3

Tints of Fuchsia #D455C3

Color information

#D455C3 (or 0xD455C3) is unknown color: approx Fuchsia. HEX triplet: D4, 55 and C3. RGB value is (212,85,195). Sum of RGB (Red+Green+Blue) = 212+85+195=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D455C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D455C3 is #2BAA3C. Grayscale: #878787. Windows color (decimal): -2861629 or 12801492. OLE color: 12801492.

HSL color Cylindrical-coordinate representation of color #D455C3: hue angle of 308.03º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D455C3 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB21285195-
CMYK00.600.080.17
HSL308.03º59.62%58.24%-
HSV(B)308.03º59.91%83.14%-
XYZ40.2524.4354.22-
YUV135.51161.58182.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 85 (33.59% from 255) = 17.28%
BLUE value IS 195 (76.56% from 255) = 39.63%
R=43.09%
G=17.28%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128519500.600.080.17308.0359.6258.24
HexD455C303C8111343c3a
Octal32412530307410214647472
Binary110101001010101110000110111100100010001100110100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D455C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D455C3; }

 p { color: rgb(212,85,195); }

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

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

 a { background-color: rgb(212,85,195); }

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

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

 span { border-color: rgb(212,85,195); }

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