#D99EBE

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

Shades of Shocking #D99EBE

Tints of Shocking #D99EBE

Color information

#D99EBE (or 0xD99EBE) is unknown color: approx Shocking. HEX triplet: D9, 9E and BE. RGB value is (217,158,190). Sum of RGB (Red+Green+Blue) = 217+158+190=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EBE is #266141. Grayscale: #B3B3B3. Windows color (decimal): -2515266 or 12492505. OLE color: 12492505.

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

Color convert

RGB217158190-
CMYK00.270.120.15
HSL327.46º43.7%73.53%-
HSV(B)327.46º27.19%85.1%-
XYZ50.1442.9254.36-
YUV179.29134.05154.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=38.41%
G=27.96%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715819000.270.120.15327.4643.773.53
HexD99EBE01BCF1472c4a
Octal331236276033141750754112
Binary110110011001111010111110011011110011111010001111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EBE; }

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

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

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

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

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

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

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

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