Html Css Color HEX #D0558E Mulberry

📋 copy color: '#D0558E'

red 208 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #D0558E

Tints of Mulberry #D0558E

RGB

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

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

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

R = 47.82%
G = 19.54%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0558E (or 0xD0558E) is known color: Mulberry. HEX triplet: D0, 55 and 8E. RGB value is (208,85,142). Sum of RGB (Red+Green+Blue) = 208+85+142=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0558E is #2FAA71. Grayscale: #808080. Windows color (decimal): -3123826 or 9328080. OLE color: 9328080.

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

Color convert

RGB 208 85 142 -
CMYK 0 0.59 0.32 0.18
HSL 332.2º 0.57% 0.57% -
HSV(B) 332.2º 0.59% 0.82% -
XYZ 34.14 21.86 28.01 -
YUV 128.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 208 85 142 0 0.59 0.32 0.18 332.2 0.57 0.57
Hex D0 55 8E 0 3B 20 12 14C 39 39
Octal 320 125 216 0 73 40 22 514 71 71
Binary 11010000 1010101 10001110 0 111011 100000 10010 101001100 111001 111001

Color Harmonies of #D0558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0558E

Black with #D0558E

Text Example


Text Example

White with #D0558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0558E; }

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

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

background-color css

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

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

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

border-color css

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

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

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