#DC54A1

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

Shades of Mulberry #DC54A1

Tints of Mulberry #DC54A1

Color information

#DC54A1 (or 0xDC54A1) is unknown color: approx Mulberry. HEX triplet: DC, 54 and A1. RGB value is (220,84,161). Sum of RGB (Red+Green+Blue) = 220+84+161=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC54A1 is #23AB5E. Grayscale: #858585. Windows color (decimal): -2337631 or 10573020. OLE color: 10573020.

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

Color convert

RGB22084161-
CMYK00.620.270.14
HSL326.03º66.02%59.61%-
HSV(B)326.03º61.82%86.27%-
XYZ39.1224.1336.31-
YUV133.44143.56189.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 84 (33.20% from 255) = 18.06%
BLUE value IS 161 (63.28% from 255) = 34.62%
R=47.31%
G=18.06%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208416100.620.270.14326.0366.0259.61
HexDC54A103E1BE146423c
Octal334124241076331650610274
Binary1101110010101001010000101111101101111101010001101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC54A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC54A1; }

 p { color: rgb(220,84,161); }

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

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

 a { background-color: rgb(220,84,161); }

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

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

 span { border-color: rgb(220,84,161); }

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