#DC5193

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

Shades of Mulberry #DC5193

Tints of Mulberry #DC5193

Color information

#DC5193 (or 0xDC5193) is unknown color: approx Mulberry. HEX triplet: DC, 51 and 93. RGB value is (220,81,147). Sum of RGB (Red+Green+Blue) = 220+81+147=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5193 is #23AE6C. Grayscale: #818181. Windows color (decimal): -2338413 or 9654748. OLE color: 9654748.

HSL color Cylindrical-coordinate representation of color #DC5193: hue angle of 331.51º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5193 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB22081147-
CMYK00.630.330.14
HSL331.51º66.51%59.02%-
HSV(B)331.51º63.18%86.27%-
XYZ37.7223.2130.09-
YUV130.08137.55192.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.11%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=49.11%
G=18.08%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208114700.630.330.14331.5166.5159.02
HexDC519303F21E14c433b
Octal334121223077411651410373
Binary11011100101000110010011011111110000111101010011001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5193; }

 p { color: rgb(220,81,147); }

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

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

 a { background-color: rgb(220,81,147); }

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

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

 span { border-color: rgb(220,81,147); }

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