Html Css Color HEX #D0558B Mulberry

📋 copy color: '#D0558B'

red 208 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #D0558B

Tints of Mulberry #D0558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.18%

R = 48.15%
G = 19.68%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0558B (or 0xD0558B) is known color: Mulberry. HEX triplet: D0, 55 and 8B. RGB value is (208,85,139). Sum of RGB (Red+Green+Blue) = 208+85+139=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0558B is #2FAA74. Grayscale: #7F7F7F. Windows color (decimal): -3123829 or 9131472. OLE color: 9131472.

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

Color convert

RGB 208 85 139 -
CMYK 0 0.59 0.33 0.18
HSL 333.66º 0.57% 0.57% -
HSV(B) 333.66º 0.59% 0.82% -
XYZ 33.92 21.77 26.84 -
YUV 127.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 208 85 139 0 0.59 0.33 0.18 333.66 0.57 0.57
Hex D0 55 8B 0 3B 21 12 14E 39 39
Octal 320 125 213 0 73 41 22 516 71 71
Binary 11010000 1010101 10001011 0 111011 100001 10010 101001110 111001 111001

Color Harmonies of #D0558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0558B

Black with #D0558B

Text Example


Text Example

White with #D0558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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