Html Css Color HEX #D0558A Mulberry

📋 copy color: '#D0558A'

red 208 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #D0558A

Tints of Mulberry #D0558A

RGB

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

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

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

R = 48.26%
G = 19.72%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0558A (or 0xD0558A) is known color: Mulberry. HEX triplet: D0, 55 and 8A. RGB value is (208,85,138). Sum of RGB (Red+Green+Blue) = 208+85+138=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0558A is #2FAA75. Grayscale: #7F7F7F. Windows color (decimal): -3123830 or 9065936. OLE color: 9065936.

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

Color convert

RGB 208 85 138 -
CMYK 0 0.59 0.34 0.18
HSL 334.15º 0.57% 0.57% -
HSV(B) 334.15º 0.59% 0.82% -
XYZ 33.85 21.74 26.46 -
YUV 127.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 208 85 138 0 0.59 0.34 0.18 334.15 0.57 0.57
Hex D0 55 8A 0 3B 22 12 14E 39 39
Octal 320 125 212 0 73 42 22 516 71 71
Binary 11010000 1010101 10001010 0 111011 100010 10010 101001110 111001 111001

Color Harmonies of #D0558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0558A

Black with #D0558A

Text Example


Text Example

White with #D0558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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