#D15ABB

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

Shades of Fuchsia #D15ABB

Tints of Fuchsia #D15ABB

Color information

#D15ABB (or 0xD15ABB) is unknown color: approx Fuchsia. HEX triplet: D1, 5A and BB. RGB value is (209,90,187). Sum of RGB (Red+Green+Blue) = 209+90+187=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ABB is #2EA544. Grayscale: #888888. Windows color (decimal): -3056965 or 12278481. OLE color: 12278481.

HSL color Cylindrical-coordinate representation of color #D15ABB: hue angle of 311.09º 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 #D15ABB is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB20990187-
CMYK00.570.110.18
HSL311.09º56.4%58.63%-
HSV(B)311.09º56.94%81.96%-
XYZ38.9224.4649.68-
YUV136.64156.42179.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 90 (35.55% from 255) = 18.52%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=43.00%
G=18.52%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099018700.570.110.18311.0956.458.63
HexD15ABB039B12137383b
Octal32113227307113224677073
Binary110100011011010101110110111001101110010100110111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15ABB; }

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

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

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

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

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

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

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

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