#D996B8

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

Shades of Shocking #D996B8

Tints of Shocking #D996B8

Color information

#D996B8 (or 0xD996B8) is unknown color: approx Shocking. HEX triplet: D9, 96 and B8. RGB value is (217,150,184). Sum of RGB (Red+Green+Blue) = 217+150+184=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D996B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996B8 is #266947. Grayscale: #ADADAD. Windows color (decimal): -2517320 or 12097241. OLE color: 12097241.

HSL color Cylindrical-coordinate representation of color #D996B8: hue angle of 329.55º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996B8 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB217150184-
CMYK00.310.150.15
HSL329.55º46.85%71.96%-
HSV(B)329.55º30.88%85.1%-
XYZ48.1740.0350.53-
YUV173.91133.7158.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 184 (72.27% from 255) = 33.39%
R=39.38%
G=27.22%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715018400.310.150.15329.5546.8571.96
HexD996B801FFF14a2f48
Octal331226270037171751257110
Binary110110011001011010111000011111111111111010010101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D996B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D996B8; }

 p { color: rgb(217,150,184); }

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

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

 a { background-color: rgb(217,150,184); }

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

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

 span { border-color: rgb(217,150,184); }

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