Html Css Color HEX #D1518B Mulberry

📋 copy color: '#D1518B'

red 209 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #D1518B

Tints of Mulberry #D1518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 48.72%
G = 18.88%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1518B (or 0xD1518B) is known color: Mulberry. HEX triplet: D1, 51 and 8B. RGB value is (209,81,139). Sum of RGB (Red+Green+Blue) = 209+81+139=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1518B is #2EAE74. Grayscale: #7D7D7D. Windows color (decimal): -3059317 or 9130449. OLE color: 9130449.

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

Color convert

RGB 209 81 139 -
CMYK 0 0.61 0.33 0.18
HSL 332.81º 0.58% 0.57% -
HSV(B) 332.81º 0.61% 0.82% -
XYZ 33.9 21.3 26.75 -
YUV 125.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 209 81 139 0 0.61 0.33 0.18 332.81 0.58 0.57
Hex D1 51 8B 0 3D 21 12 14D 3A 39
Octal 321 121 213 0 75 41 22 515 72 71
Binary 11010001 1010001 10001011 0 111101 100001 10010 101001101 111010 111001

Color Harmonies of #D1518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1518B

Black with #D1518B

Text Example


Text Example

White with #D1518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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