#DC96C2

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

Shades of Shocking #DC96C2

Tints of Shocking #DC96C2

Color information

#DC96C2 (or 0xDC96C2) is unknown color: approx Shocking. HEX triplet: DC, 96 and C2. RGB value is (220,150,194). Sum of RGB (Red+Green+Blue) = 220+150+194=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96C2 is #23693D. Grayscale: #AFAFAF. Windows color (decimal): -2320702 or 12752604. OLE color: 12752604.

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

Color convert

RGB220150194-
CMYK00.320.120.14
HSL322.29º50%72.55%-
HSV(B)322.29º31.82%86.27%-
XYZ50.1640.9256.29-
YUV175.95138.19159.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 194 (76.17% from 255) = 34.40%
R=39.01%
G=26.60%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015019400.320.120.14322.295072.55
HexDC96C2020CE1423249
Octal334226302040141650262111
Binary1101110010010110110000100100000110011101010000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96C2; }

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

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

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

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

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

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

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

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