#DC9ABC

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

Shades of Shocking #DC9ABC

Tints of Shocking #DC9ABC

Color information

#DC9ABC (or 0xDC9ABC) is unknown color: approx Shocking. HEX triplet: DC, 9A and BC. RGB value is (220,154,188). Sum of RGB (Red+Green+Blue) = 220+154+188=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ABC is #236543. Grayscale: #B1B1B1. Windows color (decimal): -2319684 or 12360412. OLE color: 12360412.

HSL color Cylindrical-coordinate representation of color #DC9ABC: hue angle of 329.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9ABC is Cyan = 0, Magento = 0.3, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220154188-
CMYK00.30.150.14
HSL329.09º48.53%73.33%-
HSV(B)329.09º30%86.27%-
XYZ50.1541.9653.03-
YUV177.61133.87158.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 188 (73.83% from 255) = 33.45%
R=39.15%
G=27.40%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015418800.30.150.14329.0948.5373.33
HexDC9ABC01EFE1493149
Octal334232274036171651161111
Binary110111001001101010111100011110111111101010010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9ABC; }

 p { color: rgb(220,154,188); }

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

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

 a { background-color: rgb(220,154,188); }

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

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

 span { border-color: rgb(220,154,188); }

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