#D999B9

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

Shades of Shocking #D999B9

Tints of Shocking #D999B9

Color information

#D999B9 (or 0xD999B9) is unknown color: approx Shocking. HEX triplet: D9, 99 and B9. RGB value is (217,153,185). Sum of RGB (Red+Green+Blue) = 217+153+185=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D999B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999B9 is #266646. Grayscale: #AFAFAF. Windows color (decimal): -2516551 or 12163545. OLE color: 12163545.

HSL color Cylindrical-coordinate representation of color #D999B9: hue angle of 330º degrees, saturation: 0.46, 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 #D999B9 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB217153185-
CMYK00.290.150.15
HSL330º45.71%72.55%-
HSV(B)330º29.49%85.1%-
XYZ48.7641.0451.25-
YUV175.78133.2157.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 153 (60.16% from 255) = 27.57%
BLUE value IS 185 (72.66% from 255) = 33.33%
R=39.10%
G=27.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715318500.290.150.1533045.7172.55
HexD999B901DFF14a2e49
Octal331231271035171751256111
Binary110110011001100110111001011101111111111010010101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999B9; }

 p { color: rgb(217,153,185); }

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

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

 a { background-color: rgb(217,153,185); }

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

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

 span { border-color: rgb(217,153,185); }

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