#D15AB2

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

Shades of Fuchsia #D15AB2

Tints of Fuchsia #D15AB2

Color information

#D15AB2 (or 0xD15AB2) is unknown color: approx Fuchsia. HEX triplet: D1, 5A and B2. RGB value is (209,90,178). Sum of RGB (Red+Green+Blue) = 209+90+178=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D15AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15AB2 is #2EA54D. Grayscale: #878787. Windows color (decimal): -3056974 or 11688657. OLE color: 11688657.

HSL color Cylindrical-coordinate representation of color #D15AB2: hue angle of 315.63º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15AB2 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB20990178-
CMYK00.570.150.18
HSL315.63º56.4%58.63%-
HSV(B)315.63º56.94%81.96%-
XYZ37.9924.0844.77-
YUV135.61151.92180.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.82%
GREEN value IS 90 (35.55% from 255) = 18.87%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=43.82%
G=18.87%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099017800.570.150.18315.6356.458.63
HexD15AB2039F1213c383b
Octal32113226207117224747073
Binary110100011011010101100100111001111110010100111100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15AB2; }

 p { color: rgb(209,90,178); }

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

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

 a { background-color: rgb(209,90,178); }

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

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

 span { border-color: rgb(209,90,178); }

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