Html Css Color HEX #D9519B Mulberry

📋 copy color: '#D9519B'

red 217 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #D9519B

Tints of Mulberry #D9519B

RGB

 RED value IS 217 (85.16% from 255) = 47.9%

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

 BLUE value IS 155 (60.94% from 255) = 34.22%

R = 47.9%
G = 17.88%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9519B (or 0xD9519B) is known color: Mulberry. HEX triplet: D9, 51 and 9B. RGB value is (217,81,155). Sum of RGB (Red+Green+Blue) = 217+81+155=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D9519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9519B is #26AE64. Grayscale: #818181. Windows color (decimal): -2535013 or 10179033. OLE color: 10179033.

HSL color Cylindrical-coordinate representation of color #D9519B: hue angle of 327.35º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9519B is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 155 -
CMYK 0 0.63 0.29 0.15
HSL 327.35º 0.64% 0.58% -
HSV(B) 327.35º 0.63% 0.85% -
XYZ 37.47 23 33.48 -
YUV 130.1 142.06 189.98 -
System Red Green Blue C M Y K H S L
Decimal 217 81 155 0 0.63 0.29 0.15 327.35 0.64 0.58
Hex D9 51 9B 0 3F 1D F 147 40 3A
Octal 331 121 233 0 77 35 17 507 100 72
Binary 11011001 1010001 10011011 0 111111 11101 1111 101000111 1000000 111010

Color Harmonies of #D9519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9519B

Black with #D9519B

Text Example


Text Example

White with #D9519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9519B; }

 p { color: rgb(217,81,155); }

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

background-color css

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

 a { background-color: rgb(217,81,155); }

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

border-color css

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

 span { border-color: rgb(217,81,155); }

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