Html Css Color HEX #D0578B Mulberry

📋 copy color: '#D0578B'

red 208 ◦ green 87 ◦ blue 139

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

Shades of Mulberry #D0578B

Tints of Mulberry #D0578B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.05%

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

R = 47.93%
G = 20.05%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0578B (or 0xD0578B) is known color: Mulberry. HEX triplet: D0, 57 and 8B. RGB value is (208,87,139). Sum of RGB (Red+Green+Blue) = 208+87+139=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0578B is #2FA874. Grayscale: #818181. Windows color (decimal): -3123317 or 9131984. OLE color: 9131984.

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

Color convert

RGB 208 87 139 -
CMYK 0 0.58 0.33 0.18
HSL 334.21º 0.56% 0.58% -
HSV(B) 334.21º 0.58% 0.82% -
XYZ 34.08 22.09 26.89 -
YUV 129.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 208 87 139 0 0.58 0.33 0.18 334.21 0.56 0.58
Hex D0 57 8B 0 3A 21 12 14E 38 3A
Octal 320 127 213 0 72 41 22 516 70 72
Binary 11010000 1010111 10001011 0 111010 100001 10010 101001110 111000 111010

Color Harmonies of #D0578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0578B

Black with #D0578B

Text Example


Text Example

White with #D0578B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0578B; }

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

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

background-color css

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

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

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

border-color css

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

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

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