Html Css Color HEX #DC49AB Mulberry

📋 copy color: '#DC49AB'

red 220 ◦ green 73 ◦ blue 171

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

Shades of Mulberry #DC49AB

Tints of Mulberry #DC49AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 47.41%
G = 15.73%
B = 36.85%

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

#DC49AB (or 0xDC49AB) is known color: Mulberry. HEX triplet: DC, 49 and AB. RGB value is (220,73,171). Sum of RGB (Red+Green+Blue) = 220+73+171=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC49AB is #23B654. Grayscale: #7F7F7F. Windows color (decimal): -2340437 or 11225564. OLE color: 11225564.

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

Color convert

RGB 220 73 171 -
CMYK 0 0.67 0.22 0.14
HSL 320º 0.68% 0.57% -
HSV(B) 320º 0.67% 0.86% -
XYZ 39.25 22.92 40.88 -
YUV 128.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 220 73 171 0 0.67 0.22 0.14 320 0.68 0.57
Hex DC 49 AB 0 43 16 E 140 44 39
Octal 334 111 253 0 103 26 16 500 104 71
Binary 11011100 1001001 10101011 0 1000011 10110 1110 101000000 1000100 111001

Color Harmonies of #DC49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC49AB

Black with #DC49AB

Text Example


Text Example

White with #DC49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC49AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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