#DC96BE

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

Shades of Shocking #DC96BE

Tints of Shocking #DC96BE

Color information

#DC96BE (or 0xDC96BE) is unknown color: approx Shocking. HEX triplet: DC, 96 and BE. RGB value is (220,150,190). Sum of RGB (Red+Green+Blue) = 220+150+190=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96BE is #236941. Grayscale: #AFAFAF. Windows color (decimal): -2320706 or 12490460. OLE color: 12490460.

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

Color convert

RGB220150190-
CMYK00.320.140.14
HSL325.71º50%72.55%-
HSV(B)325.71º31.82%86.27%-
XYZ49.7240.7553.96-
YUV175.49136.19159.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 150 (58.98% from 255) = 26.79%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=39.29%
G=26.79%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015019000.320.140.14325.715072.55
HexDC96BE020EE1463249
Octal334226276040161650662111
Binary1101110010010110101111100100000111011101010001101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96BE; }

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

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

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

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

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

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

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

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