Html Css Color HEX #D15086 Mulberry

📋 copy color: '#D15086'

red 209 ◦ green 80 ◦ blue 134

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

Shades of Mulberry #D15086

Tints of Mulberry #D15086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.68%

R = 49.41%
G = 18.91%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D15086 (or 0xD15086) is known color: Mulberry. HEX triplet: D1, 50 and 86. RGB value is (209,80,134). Sum of RGB (Red+Green+Blue) = 209+80+134=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D15086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15086 is #2EAF79. Grayscale: #7C7C7C. Windows color (decimal): -3059578 or 8802513. OLE color: 8802513.

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

Color convert

RGB 209 80 134 -
CMYK 0 0.62 0.36 0.18
HSL 334.88º 0.58% 0.57% -
HSV(B) 334.88º 0.62% 0.82% -
XYZ 33.47 21.01 24.85 -
YUV 124.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 209 80 134 0 0.62 0.36 0.18 334.88 0.58 0.57
Hex D1 50 86 0 3E 24 12 14F 3A 39
Octal 321 120 206 0 76 44 22 517 72 71
Binary 11010001 1010000 10000110 0 111110 100100 10010 101001111 111010 111001

Color Harmonies of #D15086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15086

Black with #D15086

Text Example


Text Example

White with #D15086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15086; }

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

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

background-color css

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

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

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

border-color css

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

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

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