Html Css Color HEX #DC56A0 Mulberry

📋 copy color: '#DC56A0'

red 220 ◦ green 86 ◦ blue 160

#DC56A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #DC56A0

Tints of Mulberry #DC56A0

RGB

 RED value IS 220 (86.33% from 255) = 47.21%

 GREEN value IS 86 (33.98% from 255) = 18.45%

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 47.21%
G = 18.45%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC56A0 (or 0xDC56A0) is known color: Mulberry. HEX triplet: DC, 56 and A0. RGB value is (220,86,160). Sum of RGB (Red+Green+Blue) = 220+86+160=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC56A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC56A0 is #23A95F. Grayscale: #868686. Windows color (decimal): -2337120 or 10507996. OLE color: 10507996.

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

Color convert

RGB 220 86 160 -
CMYK 0 0.61 0.27 0.14
HSL 326.87º 0.66% 0.6% -
HSV(B) 326.87º 0.61% 0.86% -
XYZ 39.19 24.41 35.9 -
YUV 134.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 220 86 160 0 0.61 0.27 0.14 326.87 0.66 0.6
Hex DC 56 A0 0 3D 1B E 147 42 3C
Octal 334 126 240 0 75 33 16 507 102 74
Binary 11011100 1010110 10100000 0 111101 11011 1110 101000111 1000010 111100

Color Harmonies of #DC56A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC56A0

Black with #DC56A0

Text Example


Text Example

White with #DC56A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC56A0; }

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

 H1.HeaderClassName
 {
   color: #DC56A0;
 }
 .AnyTagClassName
 {
   color: #DC56A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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