#D99BB8

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

Shades of Shocking #D99BB8

Tints of Shocking #D99BB8

Color information

#D99BB8 (or 0xD99BB8) is unknown color: approx Shocking. HEX triplet: D9, 9B and B8. RGB value is (217,155,184). Sum of RGB (Red+Green+Blue) = 217+155+184=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BB8 is #266447. Grayscale: #B0B0B0. Windows color (decimal): -2516040 or 12098521. OLE color: 12098521.

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

Color convert

RGB217155184-
CMYK00.290.150.15
HSL331.94º44.93%72.94%-
HSV(B)331.94º28.57%85.1%-
XYZ48.9941.6650.81-
YUV176.84132.04156.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 184 (72.27% from 255) = 33.09%
R=39.03%
G=27.88%
B=33.09%

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
Decimal21715518400.290.150.15331.9444.9372.94
HexD99BB801DFF14c2d49
Octal331233270035171751455111
Binary110110011001101110111000011101111111111010011001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BB8; }

 p { color: rgb(217,155,184); }

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

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

 a { background-color: rgb(217,155,184); }

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

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

 span { border-color: rgb(217,155,184); }

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