Html Css Color HEX #D0588E Mulberry

📋 copy color: '#D0588E'

red 208 ◦ green 88 ◦ blue 142

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

Shades of Mulberry #D0588E

Tints of Mulberry #D0588E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.42%

R = 47.49%
G = 20.09%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0588E (or 0xD0588E) is known color: Mulberry. HEX triplet: D0, 58 and 8E. RGB value is (208,88,142). Sum of RGB (Red+Green+Blue) = 208+88+142=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0588E is #2FA771. Grayscale: #818181. Windows color (decimal): -3123058 or 9328848. OLE color: 9328848.

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

Color convert

RGB 208 88 142 -
CMYK 0 0.58 0.32 0.18
HSL 333º 0.56% 0.58% -
HSV(B) 333º 0.58% 0.82% -
XYZ 34.38 22.34 28.09 -
YUV 130.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 208 88 142 0 0.58 0.32 0.18 333 0.56 0.58
Hex D0 58 8E 0 3A 20 12 14D 38 3A
Octal 320 130 216 0 72 40 22 515 70 72
Binary 11010000 1011000 10001110 0 111010 100000 10010 101001101 111000 111010

Color Harmonies of #D0588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0588E

Black with #D0588E

Text Example


Text Example

White with #D0588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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