Html Css Color HEX #D15096 Mulberry

📋 copy color: '#D15096'

red 209 ◦ green 80 ◦ blue 150

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

Shades of Mulberry #D15096

Tints of Mulberry #D15096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.22%

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

R = 47.61%
G = 18.22%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D15096 (or 0xD15096) is known color: Mulberry. HEX triplet: D1, 50 and 96. RGB value is (209,80,150). Sum of RGB (Red+Green+Blue) = 209+80+150=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D15096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15096 is #2EAF69. Grayscale: #7E7E7E. Windows color (decimal): -3059562 or 9851089. OLE color: 9851089.

HSL color Cylindrical-coordinate representation of color #D15096: hue angle of 327.44º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15096 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 80 150 -
CMYK 0 0.62 0.28 0.18
HSL 327.44º 0.58% 0.57% -
HSV(B) 327.44º 0.62% 0.82% -
XYZ 34.67 21.49 31.18 -
YUV 126.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 209 80 150 0 0.62 0.28 0.18 327.44 0.58 0.57
Hex D1 50 96 0 3E 1C 12 147 3A 39
Octal 321 120 226 0 76 34 22 507 72 71
Binary 11010001 1010000 10010110 0 111110 11100 10010 101000111 111010 111001

Color Harmonies of #D15096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15096

Black with #D15096

Text Example


Text Example

White with #D15096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15096; }

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

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

background-color css

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

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

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

border-color css

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

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

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