Html Css Color HEX #DC49AC Mulberry

📋 copy color: '#DC49AC'

red 220 ◦ green 73 ◦ blue 172

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

Shades of Mulberry #DC49AC

Tints of Mulberry #DC49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.7%

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 47.31%
G = 15.7%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC49AC (or 0xDC49AC) is known color: Mulberry. HEX triplet: DC, 49 and AC. RGB value is (220,73,172). Sum of RGB (Red+Green+Blue) = 220+73+172=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC49AC is #23B653. Grayscale: #7F7F7F. Windows color (decimal): -2340436 or 11291100. OLE color: 11291100.

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

Color convert

RGB 220 73 172 -
CMYK 0 0.67 0.22 0.14
HSL 319.59º 0.68% 0.57% -
HSV(B) 319.59º 0.67% 0.86% -
XYZ 39.34 22.96 41.39 -
YUV 128.24 152.7 193.45 -
System Red Green Blue C M Y K H S L
Decimal 220 73 172 0 0.67 0.22 0.14 319.59 0.68 0.57
Hex DC 49 AC 0 43 16 E 140 44 39
Octal 334 111 254 0 103 26 16 500 104 71
Binary 11011100 1001001 10101100 0 1000011 10110 1110 101000000 1000100 111001

Color Harmonies of #DC49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC49AC

Black with #DC49AC

Text Example


Text Example

White with #DC49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC49AC; }

 p { color: rgb(220,73,172); }

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

background-color css

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

 a { background-color: rgb(220,73,172); }

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

border-color css

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

 span { border-color: rgb(220,73,172); }

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