#D999BB

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

Shades of Shocking #D999BB

Tints of Shocking #D999BB

Color information

#D999BB (or 0xD999BB) is unknown color: approx Shocking. HEX triplet: D9, 99 and BB. RGB value is (217,153,187). Sum of RGB (Red+Green+Blue) = 217+153+187=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D999BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999BB is #266644. Grayscale: #AFAFAF. Windows color (decimal): -2516549 or 12294617. OLE color: 12294617.

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

Color convert

RGB217153187-
CMYK00.290.140.15
HSL328.12º45.71%72.55%-
HSV(B)328.12º29.49%85.1%-
XYZ48.9841.1252.37-
YUV176.01134.2157.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=38.96%
G=27.47%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715318700.290.140.15328.1245.7172.55
HexD999BB01DEF1482e49
Octal331231273035161751056111
Binary110110011001100110111011011101111011111010010001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999BB; }

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

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

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

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

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

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

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

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