Html Css Color HEX #DC50A1 Mulberry

📋 copy color: '#DC50A1'

red 220 ◦ green 80 ◦ blue 161

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

Shades of Mulberry #DC50A1

Tints of Mulberry #DC50A1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

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

R = 47.72%
G = 17.35%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC50A1 (or 0xDC50A1) is known color: Mulberry. HEX triplet: DC, 50 and A1. RGB value is (220,80,161). Sum of RGB (Red+Green+Blue) = 220+80+161=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC50A1 is #23AF5E. Grayscale: #828282. Windows color (decimal): -2338655 or 10571996. OLE color: 10571996.

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

Color convert

RGB 220 80 161 -
CMYK 0 0.64 0.27 0.14
HSL 325.29º 0.67% 0.59% -
HSV(B) 325.29º 0.64% 0.86% -
XYZ 38.82 23.53 36.21 -
YUV 131.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 220 80 161 0 0.64 0.27 0.14 325.29 0.67 0.59
Hex DC 50 A1 0 40 1B E 145 43 3B
Octal 334 120 241 0 100 33 16 505 103 73
Binary 11011100 1010000 10100001 0 1000000 11011 1110 101000101 1000011 111011

Color Harmonies of #DC50A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50A1

Black with #DC50A1

Text Example


Text Example

White with #DC50A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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