Html Css Color HEX #DC51A0 Mulberry

📋 copy color: '#DC51A0'

red 220 ◦ green 81 ◦ blue 160

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

Shades of Mulberry #DC51A0

Tints of Mulberry #DC51A0

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 value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC51A0 (or 0xDC51A0) is known color: 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

RGB 220 81 160 -
CMYK 0 0.63 0.27 0.14
HSL 325.9º 0.67% 0.59% -
HSV(B) 325.9º 0.63% 0.86% -
XYZ 38.8 23.64 35.78 -
YUV 131.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 220 81 160 0 0.63 0.27 0.14 325.9 0.67 0.59
Hex DC 51 A0 0 3F 1B E 146 43 3B
Octal 334 121 240 0 77 33 16 506 103 73
Binary 11011100 1010001 10100000 0 111111 11011 1110 101000110 1000011 111011

Color Harmonies of #DC51A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC51A0

Black with #DC51A0

Text Example


Text Example

White with #DC51A0

Text Example


Text Example

HTML Codes & Css Web 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>