Html Css Color HEX #DC53A2 Mulberry

📋 copy color: '#DC53A2'

red 220 ◦ green 83 ◦ blue 162

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

Shades of Mulberry #DC53A2

Tints of Mulberry #DC53A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.84%

R = 47.31%
G = 17.85%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC53A2 (or 0xDC53A2) is known color: Mulberry. HEX triplet: DC, 53 and A2. RGB value is (220,83,162). Sum of RGB (Red+Green+Blue) = 220+83+162=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC53A2 is #23AC5D. Grayscale: #848484. Windows color (decimal): -2337886 or 10638300. OLE color: 10638300.

HSL color Cylindrical-coordinate representation of color #DC53A2: hue angle of 325.4º 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 #DC53A2 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 83 162 -
CMYK 0 0.62 0.26 0.14
HSL 325.4º 0.66% 0.59% -
HSV(B) 325.4º 0.62% 0.86% -
XYZ 39.13 24.01 36.75 -
YUV 132.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 220 83 162 0 0.62 0.26 0.14 325.4 0.66 0.59
Hex DC 53 A2 0 3E 1A E 145 42 3B
Octal 334 123 242 0 76 32 16 505 102 73
Binary 11011100 1010011 10100010 0 111110 11010 1110 101000101 1000010 111011

Color Harmonies of #DC53A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53A2

Black with #DC53A2

Text Example


Text Example

White with #DC53A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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