Html Css Color HEX #DC52A1 Mulberry

📋 copy color: '#DC52A1'

red 220 ◦ green 82 ◦ blue 161

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

Shades of Mulberry #DC52A1

Tints of Mulberry #DC52A1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.71%

 BLUE value IS 161 (63.28% from 255) = 34.77%

R = 47.52%
G = 17.71%
B = 34.77%

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

#DC52A1 (or 0xDC52A1) is known color: Mulberry. HEX triplet: DC, 52 and A1. RGB value is (220,82,161). Sum of RGB (Red+Green+Blue) = 220+82+161=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC52A1 is #23AD5E. Grayscale: #848484. Windows color (decimal): -2338143 or 10572508. OLE color: 10572508.

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

Color convert

RGB 220 82 161 -
CMYK 0 0.63 0.27 0.14
HSL 325.65º 0.66% 0.59% -
HSV(B) 325.65º 0.63% 0.86% -
XYZ 38.97 23.82 36.26 -
YUV 132.27 144.22 190.58 -
System Red Green Blue C M Y K H S L
Decimal 220 82 161 0 0.63 0.27 0.14 325.65 0.66 0.59
Hex DC 52 A1 0 3F 1B E 146 42 3B
Octal 334 122 241 0 77 33 16 506 102 73
Binary 11011100 1010010 10100001 0 111111 11011 1110 101000110 1000010 111011

Color Harmonies of #DC52A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC52A1

Black with #DC52A1

Text Example


Text Example

White with #DC52A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC52A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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