Html Css Color HEX #D85495 Mulberry

📋 copy color: '#D85495'

red 216 ◦ green 84 ◦ blue 149

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

Shades of Mulberry #D85495

Tints of Mulberry #D85495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.71%

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

R = 48.11%
G = 18.71%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D85495 (or 0xD85495) is known color: Mulberry. HEX triplet: D8, 54 and 95. RGB value is (216,84,149). Sum of RGB (Red+Green+Blue) = 216+84+149=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D85495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85495 is #27AB6A. Grayscale: #828282. Windows color (decimal): -2599787 or 9786584. OLE color: 9786584.

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

Color convert

RGB 216 84 149 -
CMYK 0 0.61 0.31 0.15
HSL 330.45º 0.63% 0.59% -
HSV(B) 330.45º 0.61% 0.85% -
XYZ 36.91 23.11 30.95 -
YUV 130.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 216 84 149 0 0.61 0.31 0.15 330.45 0.63 0.59
Hex D8 54 95 0 3D 1F F 14A 3F 3B
Octal 330 124 225 0 75 37 17 512 77 73
Binary 11011000 1010100 10010101 0 111101 11111 1111 101001010 111111 111011

Color Harmonies of #D85495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85495

Black with #D85495

Text Example


Text Example

White with #D85495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85495; }

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

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

background-color css

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

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

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

border-color css

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

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

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