#D99BBD

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

Shades of Shocking #D99BBD

Tints of Shocking #D99BBD

Color information

#D99BBD (or 0xD99BBD) is unknown color: approx Shocking. HEX triplet: D9, 9B and BD. RGB value is (217,155,189). Sum of RGB (Red+Green+Blue) = 217+155+189=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BBD is #266442. Grayscale: #B1B1B1. Windows color (decimal): -2516035 or 12426201. OLE color: 12426201.

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

Color convert

RGB217155189-
CMYK00.290.130.15
HSL327.1º44.93%72.94%-
HSV(B)327.1º28.57%85.1%-
XYZ49.5241.8753.62-
YUV177.41134.54156.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=38.68%
G=27.63%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715518900.290.130.15327.144.9372.94
HexD99BBD01DDF1472d49
Octal331233275035151750755111
Binary110110011001101110111101011101110111111010001111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99BBD; }

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

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

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

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

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

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

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

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