#DC9ABE

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

Shades of Shocking #DC9ABE

Tints of Shocking #DC9ABE

Color information

#DC9ABE (or 0xDC9ABE) is unknown color: approx Shocking. HEX triplet: DC, 9A and BE. RGB value is (220,154,190). Sum of RGB (Red+Green+Blue) = 220+154+190=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ABE is #236541. Grayscale: #B1B1B1. Windows color (decimal): -2319682 or 12491484. OLE color: 12491484.

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

Color convert

RGB220154190-
CMYK00.30.140.14
HSL327.27º48.53%73.33%-
HSV(B)327.27º30%86.27%-
XYZ50.3742.0454.18-
YUV177.84134.87158.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=39.01%
G=27.30%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015419000.30.140.14327.2748.5373.33
HexDC9ABE01EEE1473149
Octal334232276036161650761111
Binary110111001001101010111110011110111011101010001111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9ABE; }

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

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

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

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

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

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

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

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