#DC96C0

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

Shades of Shocking #DC96C0

Tints of Shocking #DC96C0

Color information

#DC96C0 (or 0xDC96C0) is unknown color: approx Shocking. HEX triplet: DC, 96 and C0. RGB value is (220,150,192). Sum of RGB (Red+Green+Blue) = 220+150+192=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96C0 is #23693F. Grayscale: #AFAFAF. Windows color (decimal): -2320704 or 12621532. OLE color: 12621532.

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

Color convert

RGB220150192-
CMYK00.320.130.14
HSL324º50%72.55%-
HSV(B)324º31.82%86.27%-
XYZ49.9440.8355.12-
YUV175.72137.19159.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 192 (75.39% from 255) = 34.16%
R=39.15%
G=26.69%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015019200.320.130.143245072.55
HexDC96C0020DE1443249
Octal334226300040151650462111
Binary1101110010010110110000000100000110111101010001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96C0; }

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

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

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

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

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

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

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

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