#DC96C8

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

Shades of Shocking #DC96C8

Tints of Shocking #DC96C8

Color information

#DC96C8 (or 0xDC96C8) is unknown color: approx Shocking. HEX triplet: DC, 96 and C8. RGB value is (220,150,200). Sum of RGB (Red+Green+Blue) = 220+150+200=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96C8 is #236937. Grayscale: #B0B0B0. Windows color (decimal): -2320696 or 13145820. OLE color: 13145820.

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

Color convert

RGB220150200-
CMYK00.320.090.14
HSL317.14º50%72.55%-
HSV(B)317.14º31.82%86.27%-
XYZ50.8541.259.92-
YUV176.63141.19158.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 200 (78.52% from 255) = 35.09%
R=38.60%
G=26.32%
B=35.09%

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
Decimal22015020000.320.090.14317.145072.55
HexDC96C80209E13d3249
Octal334226310040111647562111
Binary1101110010010110110010000100000100111101001111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96C8; }

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

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

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

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

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

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

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

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