Html Css Color HEX #D1518C Mulberry

📋 copy color: '#D1518C'

red 209 ◦ green 81 ◦ blue 140

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

Shades of Mulberry #D1518C

Tints of Mulberry #D1518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 48.6%
G = 18.84%
B = 32.56%

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

#D1518C (or 0xD1518C) is known color: Mulberry. HEX triplet: D1, 51 and 8C. RGB value is (209,81,140). Sum of RGB (Red+Green+Blue) = 209+81+140=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1518C is #2EAE73. Grayscale: #7D7D7D. Windows color (decimal): -3059316 or 9195985. OLE color: 9195985.

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

Color convert

RGB 209 81 140 -
CMYK 0 0.61 0.33 0.18
HSL 332.34º 0.58% 0.57% -
HSV(B) 332.34º 0.61% 0.82% -
XYZ 33.97 21.33 27.14 -
YUV 126 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 209 81 140 0 0.61 0.33 0.18 332.34 0.58 0.57
Hex D1 51 8C 0 3D 21 12 14C 3A 39
Octal 321 121 214 0 75 41 22 514 72 71
Binary 11010001 1010001 10001100 0 111101 100001 10010 101001100 111010 111001

Color Harmonies of #D1518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1518C

Black with #D1518C

Text Example


Text Example

White with #D1518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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