#DC8DB5

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

Shades of Shocking #DC8DB5

Tints of Shocking #DC8DB5

Color information

#DC8DB5 (or 0xDC8DB5) is unknown color: approx Shocking. HEX triplet: DC, 8D and B5. RGB value is (220,141,181). Sum of RGB (Red+Green+Blue) = 220+141+181=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DB5 is #23724A. Grayscale: #A9A9A9. Windows color (decimal): -2323019 or 11898332. OLE color: 11898332.

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

Color convert

RGB220141181-
CMYK00.360.180.14
HSL329.62º53.02%70.78%-
HSV(B)329.62º35.91%86.27%-
XYZ47.3837.648.48-
YUV169.18134.67164.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=40.59%
G=26.01%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014118100.360.180.14329.6253.0270.78
HexDC8DB502412E14a3547
Octal334215265044221651265107
Binary11011100100011011011010101001001001011101010010101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DB5; }

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

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

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

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

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

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

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

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