#D455B2

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

Shades of Fuchsia #D455B2

Tints of Fuchsia #D455B2

Color information

#D455B2 (or 0xD455B2) is unknown color: approx Fuchsia. HEX triplet: D4, 55 and B2. RGB value is (212,85,178). Sum of RGB (Red+Green+Blue) = 212+85+178=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D455B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D455B2 is #2BAA4D. Grayscale: #858585. Windows color (decimal): -2861646 or 11687380. OLE color: 11687380.

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

Color convert

RGB21285178-
CMYK00.600.160.17
HSL316.06º59.62%58.24%-
HSV(B)316.06º59.91%83.14%-
XYZ38.4423.7144.67-
YUV133.57153.08183.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 85 (33.59% from 255) = 17.89%
BLUE value IS 178 (69.92% from 255) = 37.47%
R=44.63%
G=17.89%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128517800.600.160.17316.0659.6258.24
HexD455B203C101113c3c3a
Octal32412526207420214747472
Binary1101010010101011011001001111001000010001100111100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D455B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D455B2; }

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

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

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

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

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

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

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

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