#DC96C1

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

Shades of Shocking #DC96C1

Tints of Shocking #DC96C1

Color information

#DC96C1 (or 0xDC96C1) is unknown color: approx Shocking. HEX triplet: DC, 96 and C1. RGB value is (220,150,193). Sum of RGB (Red+Green+Blue) = 220+150+193=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96C1 is #23693E. Grayscale: #AFAFAF. Windows color (decimal): -2320703 or 12687068. OLE color: 12687068.

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

Color convert

RGB220150193-
CMYK00.320.120.14
HSL323.14º50%72.55%-
HSV(B)323.14º31.82%86.27%-
XYZ50.0540.8855.7-
YUV175.83137.69159.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 150 (58.98% from 255) = 26.64%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=39.08%
G=26.64%
B=34.28%

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
Decimal22015019300.320.120.14323.145072.55
HexDC96C1020CE1433249
Octal334226301040141650362111
Binary1101110010010110110000010100000110011101010000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96C1; }

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

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

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

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

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

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

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

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