Html Css Color HEX #D0518F Mulberry

📋 copy color: '#D0518F'

red 208 ◦ green 81 ◦ blue 143

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

Shades of Mulberry #D0518F

Tints of Mulberry #D0518F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.75%

 BLUE value IS 143 (56.25% from 255) = 33.1%

R = 48.15%
G = 18.75%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0518F (or 0xD0518F) is known color: Mulberry. HEX triplet: D0, 51 and 8F. RGB value is (208,81,143). Sum of RGB (Red+Green+Blue) = 208+81+143=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0518F is #2FAE70. Grayscale: #7D7D7D. Windows color (decimal): -3124849 or 9392592. OLE color: 9392592.

HSL color Cylindrical-coordinate representation of color #D0518F: hue angle of 330.71º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0518F is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 81 143 -
CMYK 0 0.61 0.31 0.18
HSL 330.71º 0.57% 0.57% -
HSV(B) 330.71º 0.61% 0.82% -
XYZ 33.91 21.28 28.31 -
YUV 126.04 137.58 186.46 -
System Red Green Blue C M Y K H S L
Decimal 208 81 143 0 0.61 0.31 0.18 330.71 0.57 0.57
Hex D0 51 8F 0 3D 1F 12 14B 39 39
Octal 320 121 217 0 75 37 22 513 71 71
Binary 11010000 1010001 10001111 0 111101 11111 10010 101001011 111001 111001

Color Harmonies of #D0518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0518F

Black with #D0518F

Text Example


Text Example

White with #D0518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0518F; }

 p { color: rgb(208,81,143); }

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

background-color css

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

 a { background-color: rgb(208,81,143); }

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

border-color css

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

 span { border-color: rgb(208,81,143); }

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