#D99FBD

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

Shades of Shocking #D99FBD

Tints of Shocking #D99FBD

Color information

#D99FBD (or 0xD99FBD) is unknown color: approx Shocking. HEX triplet: D9, 9F and BD. RGB value is (217,159,189). Sum of RGB (Red+Green+Blue) = 217+159+189=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99FBD is #266042. Grayscale: #B3B3B3. Windows color (decimal): -2515011 or 12427225. OLE color: 12427225.

HSL color Cylindrical-coordinate representation of color #D99FBD: hue angle of 328.97º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99FBD is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB217159189-
CMYK00.270.130.15
HSL328.97º43.28%73.73%-
HSV(B)328.97º26.73%85.1%-
XYZ50.243.2253.84-
YUV179.76133.22154.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 159 (62.5% from 255) = 28.14%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=38.41%
G=28.14%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715918900.270.130.15328.9743.2873.73
HexD99FBD01BDF1492b4a
Octal331237275033151751153112
Binary110110011001111110111101011011110111111010010011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FBD; }

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

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

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

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

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

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

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

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