Html Css Color HEX #D1519D Mulberry

📋 copy color: '#D1519D'

red 209 ◦ green 81 ◦ blue 157

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

Shades of Mulberry #D1519D

Tints of Mulberry #D1519D

RGB

 RED value IS 209 (82.03% from 255) = 46.76%

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

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 46.76%
G = 18.12%
B = 35.12%

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

#D1519D (or 0xD1519D) is known color: Mulberry. HEX triplet: D1, 51 and 9D. RGB value is (209,81,157). Sum of RGB (Red+Green+Blue) = 209+81+157=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1519D is #2EAE62. Grayscale: #7F7F7F. Windows color (decimal): -3059299 or 10310097. OLE color: 10310097.

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

Color convert

RGB 209 81 157 -
CMYK 0 0.61 0.25 0.18
HSL 324.38º 0.58% 0.57% -
HSV(B) 324.38º 0.61% 0.82% -
XYZ 35.32 21.87 34.26 -
YUV 127.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 209 81 157 0 0.61 0.25 0.18 324.38 0.58 0.57
Hex D1 51 9D 0 3D 19 12 144 3A 39
Octal 321 121 235 0 75 31 22 504 72 71
Binary 11010001 1010001 10011101 0 111101 11001 10010 101000100 111010 111001

Color Harmonies of #D1519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1519D

Black with #D1519D

Text Example


Text Example

White with #D1519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1519D; }

 p { color: rgb(209,81,157); }

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

background-color css

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

 a { background-color: rgb(209,81,157); }

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

border-color css

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

 span { border-color: rgb(209,81,157); }

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