#d455c9

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

Shades of Fuchsia #D455C9

Tints of Fuchsia #D455C9

Color information

#D455C9 (or 0xD455C9) is unknown color: approx Fuchsia. HEX triplet: D4, 55 and C9. RGB value is (212,85,201). Sum of RGB (Red+Green+Blue) = 212+85+201=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D455C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D455C9 is #2BAA36. Grayscale: #878787. Windows color (decimal): -2861623 or 13194708. OLE color: 13194708.

HSL color Cylindrical-coordinate representation of color #D455C9: hue angle of 305.2º 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 #D455C9 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB21285201-
CMYK00.600.050.17
HSL305.2º59.62%58.24%-
HSV(B)305.2º59.91%83.14%-
XYZ40.9424.7157.87-
YUV136.2164.58182.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 85 (33.59% from 255) = 17.07%
BLUE value IS 201 (78.91% from 255) = 40.36%
R=42.57%
G=17.07%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128520100.600.050.17305.259.6258.24
HexD455C903C5111313c3a
Octal3241253110745214617472
Binary11010100101010111001001011110010110001100110001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d455c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d455c9; }

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

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

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

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

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

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

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

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