#D999B6

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

Shades of Shocking #D999B6

Tints of Shocking #D999B6

Color information

#D999B6 (or 0xD999B6) is unknown color: approx Shocking. HEX triplet: D9, 99 and B6. RGB value is (217,153,182). Sum of RGB (Red+Green+Blue) = 217+153+182=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D999B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999B6 is #266649. Grayscale: #AFAFAF. Windows color (decimal): -2516554 or 11966937. OLE color: 11966937.

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

Color convert

RGB217153182-
CMYK00.290.160.15
HSL332.81º45.71%72.55%-
HSV(B)332.81º29.49%85.1%-
XYZ48.4540.9149.6-
YUV175.44131.7157.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=39.31%
G=27.72%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715318200.290.160.15332.8145.7172.55
HexD999B601D10F14d2e49
Octal331231266035201751556111
Binary1101100110011001101101100111011000011111010011011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999B6; }

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

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

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

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

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

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

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

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