Html Css Color HEX #D15296 Mulberry

📋 copy color: '#D15296'

red 209 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #D15296

Tints of Mulberry #D15296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.59%

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

R = 47.39%
G = 18.59%
B = 34.01%

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

#D15296 (or 0xD15296) is known color: Mulberry. HEX triplet: D1, 52 and 96. RGB value is (209,82,150). Sum of RGB (Red+Green+Blue) = 209+82+150=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D15296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15296 is #2EAD69. Grayscale: #7F7F7F. Windows color (decimal): -3059050 or 9851601. OLE color: 9851601.

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

Color convert

RGB 209 82 150 -
CMYK 0 0.61 0.28 0.18
HSL 327.87º 0.58% 0.57% -
HSV(B) 327.87º 0.61% 0.82% -
XYZ 34.82 21.79 31.23 -
YUV 127.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 209 82 150 0 0.61 0.28 0.18 327.87 0.58 0.57
Hex D1 52 96 0 3D 1C 12 148 3A 39
Octal 321 122 226 0 75 34 22 510 72 71
Binary 11010001 1010010 10010110 0 111101 11100 10010 101001000 111010 111001

Color Harmonies of #D15296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15296

Black with #D15296

Text Example


Text Example

White with #D15296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15296; }

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

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

background-color css

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

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

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

border-color css

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

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

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