#DC96B9

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

Shades of Shocking #DC96B9

Tints of Shocking #DC96B9

Color information

#DC96B9 (or 0xDC96B9) is unknown color: approx Shocking. HEX triplet: DC, 96 and B9. RGB value is (220,150,185). Sum of RGB (Red+Green+Blue) = 220+150+185=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96B9 is #236946. Grayscale: #AEAEAE. Windows color (decimal): -2320711 or 12162780. OLE color: 12162780.

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

Color convert

RGB220150185-
CMYK00.320.160.14
HSL330º50%72.55%-
HSV(B)330º31.82%86.27%-
XYZ49.1840.5351.13-
YUV174.92133.69160.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 185 (72.66% from 255) = 33.33%
R=39.64%
G=27.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015018500.320.160.143305072.55
HexDC96B902010E14a3249
Octal334226271040201651262111
Binary11011100100101101011100101000001000011101010010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96B9; }

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

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

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

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

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

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

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

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