Html Css Color HEX #D049AB Mulberry

📋 copy color: '#D049AB'

red 208 ◦ green 73 ◦ blue 171

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

Shades of Mulberry #D049AB

Tints of Mulberry #D049AB

RGB

 RED value IS 208 (81.64% from 255) = 46.02%

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

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

R = 46.02%
G = 16.15%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D049AB (or 0xD049AB) is known color: Mulberry. HEX triplet: D0, 49 and AB. RGB value is (208,73,171). Sum of RGB (Red+Green+Blue) = 208+73+171=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D049AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D049AB is #2FB654. Grayscale: #7C7C7C. Windows color (decimal): -3126869 or 11225552. OLE color: 11225552.

HSL color Cylindrical-coordinate representation of color #D049AB: hue angle of 316.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D049AB is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 171 -
CMYK 0 0.65 0.18 0.18
HSL 316.44º 0.59% 0.55% -
HSV(B) 316.44º 0.65% 0.82% -
XYZ 35.75 21.12 40.72 -
YUV 124.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 208 73 171 0 0.65 0.18 0.18 316.44 0.59 0.55
Hex D0 49 AB 0 41 12 12 13C 3B 37
Octal 320 111 253 0 101 22 22 474 73 67
Binary 11010000 1001001 10101011 0 1000001 10010 10010 100111100 111011 110111

Color Harmonies of #D049AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049AB

Black with #D049AB

Text Example


Text Example

White with #D049AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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