#D99ABF

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

Shades of Shocking #D99ABF

Tints of Shocking #D99ABF

Color information

#D99ABF (or 0xD99ABF) is unknown color: approx Shocking. HEX triplet: D9, 9A and BF. RGB value is (217,154,191). Sum of RGB (Red+Green+Blue) = 217+154+191=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ABF is #266540. Grayscale: #B0B0B0. Windows color (decimal): -2516289 or 12557017. OLE color: 12557017.

HSL color Cylindrical-coordinate representation of color #D99ABF: hue angle of 324.76º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99ABF is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217154191-
CMYK00.290.120.15
HSL324.76º45.32%72.75%-
HSV(B)324.76º29.03%85.1%-
XYZ49.5741.6254.71-
YUV177.06135.87156.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 191 (75% from 255) = 33.99%
R=38.61%
G=27.40%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715419100.290.120.15324.7645.3272.75
HexD99ABF01DCF1452d49
Octal331232277035141750555111
Binary110110011001101010111111011101110011111010001011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99ABF; }

 p { color: rgb(217,154,191); }

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

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

 a { background-color: rgb(217,154,191); }

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

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

 span { border-color: rgb(217,154,191); }

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