Html Css Color HEX #DC4DAA Mulberry

📋 copy color: '#DC4DAA'

red 220 ◦ green 77 ◦ blue 170

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

Shades of Mulberry #DC4DAA

Tints of Mulberry #DC4DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 47.11%
G = 16.49%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC4DAA (or 0xDC4DAA) is known color: Mulberry. HEX triplet: DC, 4D and AA. RGB value is (220,77,170). Sum of RGB (Red+Green+Blue) = 220+77+170=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4DAA is #23B255. Grayscale: #828282. Windows color (decimal): -2339414 or 11161052. OLE color: 11161052.

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

Color convert

RGB 220 77 170 -
CMYK 0 0.65 0.23 0.14
HSL 320.98º 0.67% 0.58% -
HSV(B) 320.98º 0.65% 0.86% -
XYZ 39.42 23.43 40.47 -
YUV 130.36 150.38 191.94 -
System Red Green Blue C M Y K H S L
Decimal 220 77 170 0 0.65 0.23 0.14 320.98 0.67 0.58
Hex DC 4D AA 0 41 17 E 141 43 3A
Octal 334 115 252 0 101 27 16 501 103 72
Binary 11011100 1001101 10101010 0 1000001 10111 1110 101000001 1000011 111010

Color Harmonies of #DC4DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4DAA

Black with #DC4DAA

Text Example


Text Example

White with #DC4DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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