Html Css Color HEX #D85095 Mulberry

📋 copy color: '#D85095'

red 216 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #D85095

Tints of Mulberry #D85095

RGB

 RED value IS 216 (84.77% from 255) = 48.54%

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

 BLUE value IS 149 (58.59% from 255) = 33.48%

R = 48.54%
G = 17.98%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D85095 (or 0xD85095) is known color: Mulberry. HEX triplet: D8, 50 and 95. RGB value is (216,80,149). Sum of RGB (Red+Green+Blue) = 216+80+149=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D85095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85095 is #27AF6A. Grayscale: #808080. Windows color (decimal): -2600811 or 9785560. OLE color: 9785560.

HSL color Cylindrical-coordinate representation of color #D85095: hue angle of 329.56º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85095 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 149 -
CMYK 0 0.63 0.31 0.15
HSL 329.56º 0.64% 0.58% -
HSV(B) 329.56º 0.63% 0.85% -
XYZ 36.61 22.51 30.85 -
YUV 128.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 216 80 149 0 0.63 0.31 0.15 329.56 0.64 0.58
Hex D8 50 95 0 3F 1F F 14A 40 3A
Octal 330 120 225 0 77 37 17 512 100 72
Binary 11011000 1010000 10010101 0 111111 11111 1111 101001010 1000000 111010

Color Harmonies of #D85095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85095

Black with #D85095

Text Example


Text Example

White with #D85095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85095; }

 p { color: rgb(216,80,149); }

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

background-color css

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

 a { background-color: rgb(216,80,149); }

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

border-color css

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

 span { border-color: rgb(216,80,149); }

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