Html Css Color HEX #D1518F Mulberry

📋 copy color: '#D1518F'

red 209 ◦ green 81 ◦ blue 143

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

Shades of Mulberry #D1518F

Tints of Mulberry #D1518F

RGB

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

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

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

R = 48.27%
G = 18.71%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1518F (or 0xD1518F) is known color: Mulberry. HEX triplet: D1, 51 and 8F. RGB value is (209,81,143). Sum of RGB (Red+Green+Blue) = 209+81+143=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1518F is #2EAE70. Grayscale: #7E7E7E. Windows color (decimal): -3059313 or 9392593. OLE color: 9392593.

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

Color convert

RGB 209 81 143 -
CMYK 0 0.61 0.32 0.18
HSL 330.94º 0.58% 0.57% -
HSV(B) 330.94º 0.61% 0.82% -
XYZ 34.19 21.42 28.32 -
YUV 126.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 209 81 143 0 0.61 0.32 0.18 330.94 0.58 0.57
Hex D1 51 8F 0 3D 20 12 14B 3A 39
Octal 321 121 217 0 75 40 22 513 72 71
Binary 11010001 1010001 10001111 0 111101 100000 10010 101001011 111010 111001

Color Harmonies of #D1518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1518F

Black with #D1518F

Text Example


Text Example

White with #D1518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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