Html Css Color HEX #DC4DA2 Mulberry

📋 copy color: '#DC4DA2'

red 220 ◦ green 77 ◦ blue 162

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

Shades of Mulberry #DC4DA2

Tints of Mulberry #DC4DA2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.78%

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

R = 47.93%
G = 16.78%
B = 35.29%

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

#DC4DA2 (or 0xDC4DA2) is known color: Mulberry. HEX triplet: DC, 4D and A2. RGB value is (220,77,162). Sum of RGB (Red+Green+Blue) = 220+77+162=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4DA2 is #23B25D. Grayscale: #818181. Windows color (decimal): -2339422 or 10636764. OLE color: 10636764.

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

Color convert

RGB 220 77 162 -
CMYK 0 0.65 0.26 0.14
HSL 324.34º 0.67% 0.58% -
HSV(B) 324.34º 0.65% 0.86% -
XYZ 38.69 23.13 36.61 -
YUV 129.45 146.38 192.59 -
System Red Green Blue C M Y K H S L
Decimal 220 77 162 0 0.65 0.26 0.14 324.34 0.67 0.58
Hex DC 4D A2 0 41 1A E 144 43 3A
Octal 334 115 242 0 101 32 16 504 103 72
Binary 11011100 1001101 10100010 0 1000001 11010 1110 101000100 1000011 111010

Color Harmonies of #DC4DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4DA2

Black with #DC4DA2

Text Example


Text Example

White with #DC4DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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