#DC5393

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

Shades of Mulberry #DC5393

Tints of Mulberry #DC5393

Color information

#DC5393 (or 0xDC5393) is unknown color: approx Mulberry. HEX triplet: DC, 53 and 93. RGB value is (220,83,147). Sum of RGB (Red+Green+Blue) = 220+83+147=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5393 is #23AC6C. Grayscale: #838383. Windows color (decimal): -2337901 or 9655260. OLE color: 9655260.

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

Color convert

RGB22083147-
CMYK00.620.330.14
HSL331.97º66.18%59.41%-
HSV(B)331.97º62.27%86.27%-
XYZ37.8723.5130.15-
YUV131.26136.89191.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.89%
GREEN value IS 83 (32.81% from 255) = 18.44%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=48.89%
G=18.44%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208314700.620.330.14331.9766.1859.41
HexDC539303E21E14c423b
Octal334123223076411651410273
Binary11011100101001110010011011111010000111101010011001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5393; }

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

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

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

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

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

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

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

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