Html Css Color HEX #D0559F Mulberry

📋 copy color: '#D0559F'

red 208 ◦ green 85 ◦ blue 159

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

Shades of Mulberry #D0559F

Tints of Mulberry #D0559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.81%

 BLUE value IS 159 (62.5% from 255) = 35.18%

R = 46.02%
G = 18.81%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0559F (or 0xD0559F) is known color: Mulberry. HEX triplet: D0, 55 and 9F. RGB value is (208,85,159). Sum of RGB (Red+Green+Blue) = 208+85+159=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0559F is #2FAA60. Grayscale: #828282. Windows color (decimal): -3123809 or 10442192. OLE color: 10442192.

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

Color convert

RGB 208 85 159 -
CMYK 0 0.59 0.24 0.18
HSL 323.9º 0.57% 0.57% -
HSV(B) 323.9º 0.59% 0.82% -
XYZ 35.52 22.41 35.25 -
YUV 130.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 208 85 159 0 0.59 0.24 0.18 323.9 0.57 0.57
Hex D0 55 9F 0 3B 18 12 144 39 39
Octal 320 125 237 0 73 30 22 504 71 71
Binary 11010000 1010101 10011111 0 111011 11000 10010 101000100 111001 111001

Color Harmonies of #D0559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0559F

Black with #D0559F

Text Example


Text Example

White with #D0559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0559F; }

 p { color: rgb(208,85,159); }

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

background-color css

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

 a { background-color: rgb(208,85,159); }

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

border-color css

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

 span { border-color: rgb(208,85,159); }

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