#D996BB

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

Shades of Shocking #D996BB

Tints of Shocking #D996BB

Color information

#D996BB (or 0xD996BB) is unknown color: approx Shocking. HEX triplet: D9, 96 and BB. RGB value is (217,150,187). Sum of RGB (Red+Green+Blue) = 217+150+187=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D996BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996BB is #266944. Grayscale: #AEAEAE. Windows color (decimal): -2517317 or 12293849. OLE color: 12293849.

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

Color convert

RGB217150187-
CMYK00.310.140.15
HSL326.87º46.85%71.96%-
HSV(B)326.87º30.88%85.1%-
XYZ48.4940.1552.21-
YUV174.25135.2158.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=39.17%
G=27.08%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715018700.310.140.15326.8746.8571.96
HexD996BB01FEF1472f48
Octal331226273037161750757110
Binary110110011001011010111011011111111011111010001111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D996BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D996BB; }

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

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

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

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

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

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

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

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