#D99DBE

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

Shades of Shocking #D99DBE

Tints of Shocking #D99DBE

Color information

#D99DBE (or 0xD99DBE) is unknown color: approx Shocking. HEX triplet: D9, 9D and BE. RGB value is (217,157,190). Sum of RGB (Red+Green+Blue) = 217+157+190=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DBE is #266241. Grayscale: #B2B2B2. Windows color (decimal): -2515522 or 12492249. OLE color: 12492249.

HSL color Cylindrical-coordinate representation of color #D99DBE: hue angle of 327º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99DBE is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217157190-
CMYK00.280.120.15
HSL327º44.12%73.33%-
HSV(B)327º27.65%85.1%-
XYZ49.9742.5854.3-
YUV178.7134.38155.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=38.48%
G=27.84%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715719000.280.120.1532744.1273.33
HexD99DBE01CCF1472c49
Octal331235276034141750754111
Binary110110011001110110111110011100110011111010001111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99DBE; }

 p { color: rgb(217,157,190); }

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

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

 a { background-color: rgb(217,157,190); }

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

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

 span { border-color: rgb(217,157,190); }

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