#D99EB6

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

Shades of Shocking #D99EB6

Tints of Shocking #D99EB6

Color information

#D99EB6 (or 0xD99EB6) is unknown color: approx Shocking. HEX triplet: D9, 9E and B6. RGB value is (217,158,182). Sum of RGB (Red+Green+Blue) = 217+158+182=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EB6 is #266149. Grayscale: #B2B2B2. Windows color (decimal): -2515274 or 11968217. OLE color: 11968217.

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

Color convert

RGB217158182-
CMYK00.270.160.15
HSL335.59º43.7%73.53%-
HSV(B)335.59º27.19%85.1%-
XYZ49.2942.5849.88-
YUV178.38130.05155.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=38.96%
G=28.37%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715818200.270.160.15335.5943.773.53
HexD99EB601B10F1502c4a
Octal331236266033201752054112
Binary1101100110011110101101100110111000011111010100001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EB6; }

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

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

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

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

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

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

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

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