Html Css Color HEX #D0519A Mulberry

📋 copy color: '#D0519A'

red 208 ◦ green 81 ◦ blue 154

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

Shades of Mulberry #D0519A

Tints of Mulberry #D0519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 46.95%
G = 18.28%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0519A (or 0xD0519A) is known color: Mulberry. HEX triplet: D0, 51 and 9A. RGB value is (208,81,154). Sum of RGB (Red+Green+Blue) = 208+81+154=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0519A is #2FAE65. Grayscale: #7F7F7F. Windows color (decimal): -3124838 or 10113488. OLE color: 10113488.

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

Color convert

RGB 208 81 154 -
CMYK 0 0.61 0.26 0.18
HSL 325.51º 0.57% 0.57% -
HSV(B) 325.51º 0.61% 0.82% -
XYZ 34.79 21.63 32.91 -
YUV 127.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 208 81 154 0 0.61 0.26 0.18 325.51 0.57 0.57
Hex D0 51 9A 0 3D 1A 12 146 39 39
Octal 320 121 232 0 75 32 22 506 71 71
Binary 11010000 1010001 10011010 0 111101 11010 10010 101000110 111001 111001

Color Harmonies of #D0519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0519A

Black with #D0519A

Text Example


Text Example

White with #D0519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0519A; }

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

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

background-color css

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

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

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

border-color css

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

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

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