#DC8DB8

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

Shades of Shocking #DC8DB8

Tints of Shocking #DC8DB8

Color information

#DC8DB8 (or 0xDC8DB8) is unknown color: approx Shocking. HEX triplet: DC, 8D and B8. RGB value is (220,141,184). Sum of RGB (Red+Green+Blue) = 220+141+184=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DB8 is #237247. Grayscale: #A9A9A9. Windows color (decimal): -2323016 or 12094940. OLE color: 12094940.

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

Color convert

RGB220141184-
CMYK00.360.160.14
HSL327.34º53.02%70.78%-
HSV(B)327.34º35.91%86.27%-
XYZ47.6937.7350.12-
YUV169.52136.17164-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 184 (72.27% from 255) = 33.76%
R=40.37%
G=25.87%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014118400.360.160.14327.3453.0270.78
HexDC8DB802410E1473547
Octal334215270044201650765107
Binary11011100100011011011100001001001000011101010001111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DB8; }

 p { color: rgb(220,141,184); }

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

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

 a { background-color: rgb(220,141,184); }

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

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

 span { border-color: rgb(220,141,184); }

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