Html Css Color HEX #D1518A Mulberry

📋 copy color: '#D1518A'

red 209 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #D1518A

Tints of Mulberry #D1518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 48.83%
G = 18.93%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1518A (or 0xD1518A) is known color: Mulberry. HEX triplet: D1, 51 and 8A. RGB value is (209,81,138). Sum of RGB (Red+Green+Blue) = 209+81+138=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1518A is #2EAE75. Grayscale: #7D7D7D. Windows color (decimal): -3059318 or 9064913. OLE color: 9064913.

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

Color convert

RGB 209 81 138 -
CMYK 0 0.61 0.34 0.18
HSL 333.28º 0.58% 0.57% -
HSV(B) 333.28º 0.61% 0.82% -
XYZ 33.82 21.28 26.37 -
YUV 125.77 134.91 187.37 -
System Red Green Blue C M Y K H S L
Decimal 209 81 138 0 0.61 0.34 0.18 333.28 0.58 0.57
Hex D1 51 8A 0 3D 22 12 14D 3A 39
Octal 321 121 212 0 75 42 22 515 72 71
Binary 11010001 1010001 10001010 0 111101 100010 10010 101001101 111010 111001

Color Harmonies of #D1518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1518A

Black with #D1518A

Text Example


Text Example

White with #D1518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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