#DC96CA

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

Shades of Shocking #DC96CA

Tints of Shocking #DC96CA

Color information

#DC96CA (or 0xDC96CA) is unknown color: approx Shocking. HEX triplet: DC, 96 and CA. RGB value is (220,150,202). Sum of RGB (Red+Green+Blue) = 220+150+202=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96CA is #236935. Grayscale: #B0B0B0. Windows color (decimal): -2320694 or 13276892. OLE color: 13276892.

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

Color convert

RGB220150202-
CMYK00.320.080.14
HSL315.43º50%72.55%-
HSV(B)315.43º31.82%86.27%-
XYZ51.0841.2961.16-
YUV176.86142.19158.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=38.46%
G=26.22%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015020200.320.080.14315.435072.55
HexDC96CA0208E13b3249
Octal334226312040101647362111
Binary1101110010010110110010100100000100011101001110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96CA; }

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

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

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

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

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

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

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

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