Html Css Color HEX #D0558C Mulberry

📋 copy color: '#D0558C'

red 208 ◦ green 85 ◦ blue 140

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

Shades of Mulberry #D0558C

Tints of Mulberry #D0558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 48.04%
G = 19.63%
B = 32.33%

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

#D0558C (or 0xD0558C) is known color: Mulberry. HEX triplet: D0, 55 and 8C. RGB value is (208,85,140). Sum of RGB (Red+Green+Blue) = 208+85+140=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0558C is #2FAA73. Grayscale: #7F7F7F. Windows color (decimal): -3123828 or 9197008. OLE color: 9197008.

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

Color convert

RGB 208 85 140 -
CMYK 0 0.59 0.33 0.18
HSL 333.17º 0.57% 0.57% -
HSV(B) 333.17º 0.59% 0.82% -
XYZ 33.99 21.8 27.23 -
YUV 128.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 208 85 140 0 0.59 0.33 0.18 333.17 0.57 0.57
Hex D0 55 8C 0 3B 21 12 14D 39 39
Octal 320 125 214 0 73 41 22 515 71 71
Binary 11010000 1010101 10001100 0 111011 100001 10010 101001101 111001 111001

Color Harmonies of #D0558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0558C

Black with #D0558C

Text Example


Text Example

White with #D0558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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