Html Css Color HEX #D059A8 Mulberry

📋 copy color: '#D059A8'

red 208 ◦ green 89 ◦ blue 168

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

Shades of Mulberry #D059A8

Tints of Mulberry #D059A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.13%

R = 44.73%
G = 19.14%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D059A8 (or 0xD059A8) is known color: Mulberry. HEX triplet: D0, 59 and A8. RGB value is (208,89,168). Sum of RGB (Red+Green+Blue) = 208+89+168=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D059A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D059A8 is #2FA657. Grayscale: #858585. Windows color (decimal): -3122776 or 11033040. OLE color: 11033040.

HSL color Cylindrical-coordinate representation of color #D059A8: hue angle of 320.17º 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 #D059A8 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 89 168 -
CMYK 0 0.57 0.19 0.18
HSL 320.17º 0.56% 0.58% -
HSV(B) 320.17º 0.57% 0.82% -
XYZ 36.65 23.38 39.63 -
YUV 133.59 147.42 181.08 -
System Red Green Blue C M Y K H S L
Decimal 208 89 168 0 0.57 0.19 0.18 320.17 0.56 0.58
Hex D0 59 A8 0 39 13 12 140 38 3A
Octal 320 131 250 0 71 23 22 500 70 72
Binary 11010000 1011001 10101000 0 111001 10011 10010 101000000 111000 111010

Color Harmonies of #D059A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059A8

Black with #D059A8

Text Example


Text Example

White with #D059A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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