#D99EBA

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

Shades of Shocking #D99EBA

Tints of Shocking #D99EBA

Color information

#D99EBA (or 0xD99EBA) is unknown color: approx Shocking. HEX triplet: D9, 9E and BA. RGB value is (217,158,186). Sum of RGB (Red+Green+Blue) = 217+158+186=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EBA is #266145. Grayscale: #B2B2B2. Windows color (decimal): -2515270 or 12230361. OLE color: 12230361.

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

Color convert

RGB217158186-
CMYK00.270.140.15
HSL331.53º43.7%73.53%-
HSV(B)331.53º27.19%85.1%-
XYZ49.7142.7552.09-
YUV178.83132.05155.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 158 (62.11% from 255) = 28.16%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=38.68%
G=28.16%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715818600.270.140.15331.5343.773.53
HexD99EBA01BEF14c2c4a
Octal331236272033161751454112
Binary110110011001111010111010011011111011111010011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EBA; }

 p { color: rgb(217,158,186); }

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

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

 a { background-color: rgb(217,158,186); }

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

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

 span { border-color: rgb(217,158,186); }

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