Html Css Color HEX #D059AA Mulberry

📋 copy color: '#D059AA'

red 208 ◦ green 89 ◦ blue 170

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

Shades of Mulberry #D059AA

Tints of Mulberry #D059AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.06%

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

R = 44.54%
G = 19.06%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D059AA (or 0xD059AA) is known color: Mulberry. HEX triplet: D0, 59 and AA. RGB value is (208,89,170). Sum of RGB (Red+Green+Blue) = 208+89+170=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D059AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D059AA is #2FA655. Grayscale: #858585. Windows color (decimal): -3122774 or 11164112. OLE color: 11164112.

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

Color convert

RGB 208 89 170 -
CMYK 0 0.57 0.18 0.18
HSL 319.16º 0.56% 0.58% -
HSV(B) 319.16º 0.57% 0.82% -
XYZ 36.84 23.46 40.62 -
YUV 133.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 208 89 170 0 0.57 0.18 0.18 319.16 0.56 0.58
Hex D0 59 AA 0 39 12 12 13F 38 3A
Octal 320 131 252 0 71 22 22 477 70 72
Binary 11010000 1011001 10101010 0 111001 10010 10010 100111111 111000 111010

Color Harmonies of #D059AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059AA

Black with #D059AA

Text Example


Text Example

White with #D059AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059AA; }

 p { color: rgb(208,89,170); }

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

background-color css

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

 a { background-color: rgb(208,89,170); }

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

border-color css

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

 span { border-color: rgb(208,89,170); }

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