#DC51A0

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

Shades of Mulberry #DC51A0

Tints of Mulberry #DC51A0

Color information

#DC51A0 (or 0xDC51A0) is unknown color: approx Mulberry. HEX triplet: DC, 51 and A0. RGB value is (220,81,160). Sum of RGB (Red+Green+Blue) = 220+81+160=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC51A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC51A0 is #23AE5F. Grayscale: #838383. Windows color (decimal): -2338400 or 10506716. OLE color: 10506716.

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

Color convert

RGB22081160-
CMYK00.630.270.14
HSL325.9º66.51%59.02%-
HSV(B)325.9º63.18%86.27%-
XYZ38.823.6435.78-
YUV131.57144.05191.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 81 (32.03% from 255) = 17.57%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=47.72%
G=17.57%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208116000.630.270.14325.966.5159.02
HexDC51A003F1BE146433b
Octal334121240077331650610373
Binary1101110010100011010000001111111101111101010001101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC51A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC51A0; }

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

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

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

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

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

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

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

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