Html Css Color HEX #DC53A1 Mulberry

📋 copy color: '#DC53A1'

red 220 ◦ green 83 ◦ blue 161

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

Shades of Mulberry #DC53A1

Tints of Mulberry #DC53A1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.89%

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

R = 47.41%
G = 17.89%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC53A1 (or 0xDC53A1) is known color: Mulberry. HEX triplet: DC, 53 and A1. RGB value is (220,83,161). Sum of RGB (Red+Green+Blue) = 220+83+161=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53A1 is #23AC5E. Grayscale: #848484. Windows color (decimal): -2337887 or 10572764. OLE color: 10572764.

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

Color convert

RGB 220 83 161 -
CMYK 0 0.62 0.27 0.14
HSL 325.84º 0.66% 0.59% -
HSV(B) 325.84º 0.62% 0.86% -
XYZ 39.04 23.98 36.29 -
YUV 132.86 143.89 190.16 -
System Red Green Blue C M Y K H S L
Decimal 220 83 161 0 0.62 0.27 0.14 325.84 0.66 0.59
Hex DC 53 A1 0 3E 1B E 146 42 3B
Octal 334 123 241 0 76 33 16 506 102 73
Binary 11011100 1010011 10100001 0 111110 11011 1110 101000110 1000010 111011

Color Harmonies of #DC53A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53A1

Black with #DC53A1

Text Example


Text Example

White with #DC53A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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