Html Css Color HEX #DC4EA2 Mulberry

📋 copy color: '#DC4EA2'

red 220 ◦ green 78 ◦ blue 162

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

Shades of Mulberry #DC4EA2

Tints of Mulberry #DC4EA2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.96%

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

R = 47.83%
G = 16.96%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC4EA2 (or 0xDC4EA2) is known color: Mulberry. HEX triplet: DC, 4E and A2. RGB value is (220,78,162). Sum of RGB (Red+Green+Blue) = 220+78+162=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4EA2 is #23B15D. Grayscale: #818181. Windows color (decimal): -2339166 or 10637020. OLE color: 10637020.

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

Color convert

RGB 220 78 162 -
CMYK 0 0.65 0.26 0.14
HSL 324.51º 0.67% 0.58% -
HSV(B) 324.51º 0.65% 0.86% -
XYZ 38.76 23.27 36.63 -
YUV 130.03 146.04 192.17 -
System Red Green Blue C M Y K H S L
Decimal 220 78 162 0 0.65 0.26 0.14 324.51 0.67 0.58
Hex DC 4E A2 0 41 1A E 145 43 3A
Octal 334 116 242 0 101 32 16 505 103 72
Binary 11011100 1001110 10100010 0 1000001 11010 1110 101000101 1000011 111010

Color Harmonies of #DC4EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4EA2

Black with #DC4EA2

Text Example


Text Example

White with #DC4EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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