Html Css Color HEX #D0589A Mulberry

📋 copy color: '#D0589A'

red 208 ◦ green 88 ◦ blue 154

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

Shades of Mulberry #D0589A

Tints of Mulberry #D0589A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.56%

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

R = 46.22%
G = 19.56%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0589A (or 0xD0589A) is known color: Mulberry. HEX triplet: D0, 58 and 9A. RGB value is (208,88,154). Sum of RGB (Red+Green+Blue) = 208+88+154=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0589A is #2FA765. Grayscale: #838383. Windows color (decimal): -3123046 or 10115280. OLE color: 10115280.

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

Color convert

RGB 208 88 154 -
CMYK 0 0.58 0.26 0.18
HSL 327º 0.56% 0.58% -
HSV(B) 327º 0.58% 0.82% -
XYZ 35.33 22.72 33.1 -
YUV 131.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 208 88 154 0 0.58 0.26 0.18 327 0.56 0.58
Hex D0 58 9A 0 3A 1A 12 147 38 3A
Octal 320 130 232 0 72 32 22 507 70 72
Binary 11010000 1011000 10011010 0 111010 11010 10010 101000111 111000 111010

Color Harmonies of #D0589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0589A

Black with #D0589A

Text Example


Text Example

White with #D0589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0589A; }

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

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

background-color css

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

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

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

border-color css

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

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

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