Html Css Color HEX #D0519C Mulberry

📋 copy color: '#D0519C'

red 208 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #D0519C

Tints of Mulberry #D0519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.06%

R = 46.74%
G = 18.2%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0519C (or 0xD0519C) is known color: Mulberry. HEX triplet: D0, 51 and 9C. RGB value is (208,81,156). Sum of RGB (Red+Green+Blue) = 208+81+156=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0519C is #2FAE63. Grayscale: #7F7F7F. Windows color (decimal): -3124836 or 10244560. OLE color: 10244560.

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

Color convert

RGB 208 81 156 -
CMYK 0 0.61 0.25 0.18
HSL 324.57º 0.57% 0.57% -
HSV(B) 324.57º 0.61% 0.82% -
XYZ 34.96 21.7 33.8 -
YUV 127.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 208 81 156 0 0.61 0.25 0.18 324.57 0.57 0.57
Hex D0 51 9C 0 3D 19 12 145 39 39
Octal 320 121 234 0 75 31 22 505 71 71
Binary 11010000 1010001 10011100 0 111101 11001 10010 101000101 111001 111001

Color Harmonies of #D0519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0519C

Black with #D0519C

Text Example


Text Example

White with #D0519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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