#DC8DC5

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

Shades of Shocking #DC8DC5

Tints of Shocking #DC8DC5

Color information

#DC8DC5 (or 0xDC8DC5) is unknown color: approx Shocking. HEX triplet: DC, 8D and C5. RGB value is (220,141,197). Sum of RGB (Red+Green+Blue) = 220+141+197=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DC5 is #23723A. Grayscale: #AAAAAA. Windows color (decimal): -2323003 or 12946908. OLE color: 12946908.

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

Color convert

RGB220141197-
CMYK00.360.100.14
HSL317.47º53.02%70.78%-
HSV(B)317.47º35.91%86.27%-
XYZ49.1238.357.63-
YUV171142.67162.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 141 (55.47% from 255) = 25.27%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=39.43%
G=25.27%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014119700.360.100.14317.4753.0270.78
HexDC8DC5024AE13d3547
Octal334215305044121647565107
Binary1101110010001101110001010100100101011101001111011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DC5; }

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

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

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

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

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

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

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

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