#D996BA

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

Shades of Shocking #D996BA

Tints of Shocking #D996BA

Color information

#D996BA (or 0xD996BA) is unknown color: approx Shocking. HEX triplet: D9, 96 and BA. RGB value is (217,150,186). Sum of RGB (Red+Green+Blue) = 217+150+186=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D996BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996BA is #266945. Grayscale: #AEAEAE. Windows color (decimal): -2517318 or 12228313. OLE color: 12228313.

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

Color convert

RGB217150186-
CMYK00.310.140.15
HSL327.76º46.85%71.96%-
HSV(B)327.76º30.88%85.1%-
XYZ48.3840.1151.65-
YUV174.14134.7158.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 150 (58.98% from 255) = 27.12%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=39.24%
G=27.12%
B=33.63%

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
Decimal21715018600.310.140.15327.7646.8571.96
HexD996BA01FEF1482f48
Octal331226272037161751057110
Binary110110011001011010111010011111111011111010010001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D996BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D996BA; }

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

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

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

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

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

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

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

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