#DC96C9

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

Shades of Shocking #DC96C9

Tints of Shocking #DC96C9

Color information

#DC96C9 (or 0xDC96C9) is unknown color: approx Shocking. HEX triplet: DC, 96 and C9. RGB value is (220,150,201). Sum of RGB (Red+Green+Blue) = 220+150+201=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96C9 is #236936. Grayscale: #B0B0B0. Windows color (decimal): -2320695 or 13211356. OLE color: 13211356.

HSL color Cylindrical-coordinate representation of color #DC96C9: hue angle of 316.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96C9 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220150201-
CMYK00.320.090.14
HSL316.29º50%72.55%-
HSV(B)316.29º31.82%86.27%-
XYZ50.9641.2560.53-
YUV176.74141.69158.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 201 (78.91% from 255) = 35.20%
R=38.53%
G=26.27%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015020100.320.090.14316.295072.55
HexDC96C90209E13c3249
Octal334226311040111647462111
Binary1101110010010110110010010100000100111101001111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96C9; }

 p { color: rgb(220,150,201); }

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

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

 a { background-color: rgb(220,150,201); }

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

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

 span { border-color: rgb(220,150,201); }

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