#DC8AB9

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

Shades of Shocking #DC8AB9

Tints of Shocking #DC8AB9

Color information

#DC8AB9 (or 0xDC8AB9) is unknown color: approx Shocking. HEX triplet: DC, 8A and B9. RGB value is (220,138,185). Sum of RGB (Red+Green+Blue) = 220+138+185=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AB9 is #237546. Grayscale: #A7A7A7. Windows color (decimal): -2323783 or 12159708. OLE color: 12159708.

HSL color Cylindrical-coordinate representation of color #DC8AB9: hue angle of 325.61º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8AB9 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220138185-
CMYK00.370.160.14
HSL325.61º53.95%70.2%-
HSV(B)325.61º37.27%86.27%-
XYZ47.3636.950.52-
YUV167.88137.67165.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 138 (54.30% from 255) = 25.41%
BLUE value IS 185 (72.66% from 255) = 34.07%
R=40.52%
G=25.41%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013818500.370.160.14325.6153.9570.2
HexDC8AB902510E1463646
Octal334212271045201650666106
Binary11011100100010101011100101001011000011101010001101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8AB9; }

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

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

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

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

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

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

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

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