Html Css Color HEX #DC44A9 Mulberry

📋 copy color: '#DC44A9'

red 220 ◦ green 68 ◦ blue 169

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

Shades of Mulberry #DC44A9

Tints of Mulberry #DC44A9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.88%

 BLUE value IS 169 (66.41% from 255) = 36.98%

R = 48.14%
G = 14.88%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC44A9 (or 0xDC44A9) is known color: Mulberry. HEX triplet: DC, 44 and A9. RGB value is (220,68,169). Sum of RGB (Red+Green+Blue) = 220+68+169=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC44A9 is #23BB56. Grayscale: #7C7C7C. Windows color (decimal): -2341719 or 11093212. OLE color: 11093212.

HSL color Cylindrical-coordinate representation of color #DC44A9: hue angle of 320.13º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC44A9 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 169 -
CMYK 0 0.69 0.23 0.14
HSL 320.13º 0.68% 0.56% -
HSV(B) 320.13º 0.69% 0.86% -
XYZ 38.74 22.21 39.78 -
YUV 124.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 220 68 169 0 0.69 0.23 0.14 320.13 0.68 0.56
Hex DC 44 A9 0 45 17 E 140 44 38
Octal 334 104 251 0 105 27 16 500 104 70
Binary 11011100 1000100 10101001 0 1000101 10111 1110 101000000 1000100 111000

Color Harmonies of #DC44A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC44A9

Black with #DC44A9

Text Example


Text Example

White with #DC44A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC44A9; }

 p { color: rgb(220,68,169); }

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

background-color css

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

 a { background-color: rgb(220,68,169); }

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

border-color css

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

 span { border-color: rgb(220,68,169); }

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