Html Css Color HEX #D0588A Mulberry

📋 copy color: '#D0588A'

red 208 ◦ green 88 ◦ blue 138

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

Shades of Mulberry #D0588A

Tints of Mulberry #D0588A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 47.93%
G = 20.28%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0588A (or 0xD0588A) is known color: Mulberry. HEX triplet: D0, 58 and 8A. RGB value is (208,88,138). Sum of RGB (Red+Green+Blue) = 208+88+138=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0588A is #2FA775. Grayscale: #818181. Windows color (decimal): -3123062 or 9066704. OLE color: 9066704.

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

Color convert

RGB 208 88 138 -
CMYK 0 0.58 0.34 0.18
HSL 335º 0.56% 0.58% -
HSV(B) 335º 0.58% 0.82% -
XYZ 34.09 22.22 26.54 -
YUV 129.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 208 88 138 0 0.58 0.34 0.18 335 0.56 0.58
Hex D0 58 8A 0 3A 22 12 14F 38 3A
Octal 320 130 212 0 72 42 22 517 70 72
Binary 11010000 1011000 10001010 0 111010 100010 10010 101001111 111000 111010

Color Harmonies of #D0588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0588A

Black with #D0588A

Text Example


Text Example

White with #D0588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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