Html Css Color HEX #D0599A Mulberry

📋 copy color: '#D0599A'

red 208 ◦ green 89 ◦ blue 154

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

Shades of Mulberry #D0599A

Tints of Mulberry #D0599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.15%

R = 46.12%
G = 19.73%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0599A (or 0xD0599A) is known color: Mulberry. HEX triplet: D0, 59 and 9A. RGB value is (208,89,154). Sum of RGB (Red+Green+Blue) = 208+89+154=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0599A is #2FA665. Grayscale: #838383. Windows color (decimal): -3122790 or 10115536. OLE color: 10115536.

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

Color convert

RGB 208 89 154 -
CMYK 0 0.57 0.26 0.18
HSL 327.23º 0.56% 0.58% -
HSV(B) 327.23º 0.57% 0.82% -
XYZ 35.42 22.89 33.12 -
YUV 131.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 208 89 154 0 0.57 0.26 0.18 327.23 0.56 0.58
Hex D0 59 9A 0 39 1A 12 147 38 3A
Octal 320 131 232 0 71 32 22 507 70 72
Binary 11010000 1011001 10011010 0 111001 11010 10010 101000111 111000 111010

Color Harmonies of #D0599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0599A

Black with #D0599A

Text Example


Text Example

White with #D0599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0599A; }

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

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

background-color css

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

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

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

border-color css

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

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

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