#D996C8

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

Shades of Shocking #D996C8

Tints of Shocking #D996C8

Color information

#D996C8 (or 0xD996C8) is unknown color: approx Shocking. HEX triplet: D9, 96 and C8. RGB value is (217,150,200). Sum of RGB (Red+Green+Blue) = 217+150+200=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D996C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996C8 is #266937. Grayscale: #AFAFAF. Windows color (decimal): -2517304 or 13145817. OLE color: 13145817.

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

Color convert

RGB217150200-
CMYK00.310.080.15
HSL315.22º46.85%71.96%-
HSV(B)315.22º30.88%85.1%-
XYZ49.9540.7359.87-
YUV175.73141.7157.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 200 (78.52% from 255) = 35.27%
R=38.27%
G=26.46%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715020000.310.080.15315.2246.8571.96
HexD996C801F8F13b2f48
Octal331226310037101747357110
Binary110110011001011011001000011111100011111001110111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D996C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D996C8; }

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

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

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

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

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

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

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

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