Html Css Color HEX #D15196 Mulberry

📋 copy color: '#D15196'

red 209 ◦ green 81 ◦ blue 150

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

Shades of Mulberry #D15196

Tints of Mulberry #D15196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.09%

R = 47.5%
G = 18.41%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D15196 (or 0xD15196) is known color: Mulberry. HEX triplet: D1, 51 and 96. RGB value is (209,81,150). Sum of RGB (Red+Green+Blue) = 209+81+150=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D15196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15196 is #2EAE69. Grayscale: #7E7E7E. Windows color (decimal): -3059306 or 9851345. OLE color: 9851345.

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

Color convert

RGB 209 81 150 -
CMYK 0 0.61 0.28 0.18
HSL 327.66º 0.58% 0.57% -
HSV(B) 327.66º 0.61% 0.82% -
XYZ 34.74 21.64 31.2 -
YUV 127.14 140.91 186.39 -
System Red Green Blue C M Y K H S L
Decimal 209 81 150 0 0.61 0.28 0.18 327.66 0.58 0.57
Hex D1 51 96 0 3D 1C 12 148 3A 39
Octal 321 121 226 0 75 34 22 510 72 71
Binary 11010001 1010001 10010110 0 111101 11100 10010 101001000 111010 111001

Color Harmonies of #D15196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15196

Black with #D15196

Text Example


Text Example

White with #D15196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15196; }

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

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

background-color css

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

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

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

border-color css

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

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

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