Html Css Color HEX #D85297 Mulberry

📋 copy color: '#D85297'

red 216 ◦ green 82 ◦ blue 151

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

Shades of Mulberry #D85297

Tints of Mulberry #D85297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.63%

R = 48.11%
G = 18.26%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D85297 (or 0xD85297) is known color: Mulberry. HEX triplet: D8, 52 and 97. RGB value is (216,82,151). Sum of RGB (Red+Green+Blue) = 216+82+151=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D85297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85297 is #27AD68. Grayscale: #818181. Windows color (decimal): -2600297 or 9917144. OLE color: 9917144.

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

Color convert

RGB 216 82 151 -
CMYK 0 0.62 0.30 0.15
HSL 329.1º 0.63% 0.58% -
HSV(B) 329.1º 0.62% 0.85% -
XYZ 36.92 22.87 31.75 -
YUV 129.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 216 82 151 0 0.62 0.30 0.15 329.1 0.63 0.58
Hex D8 52 97 0 3E 1E F 149 3F 3A
Octal 330 122 227 0 76 36 17 511 77 72
Binary 11011000 1010010 10010111 0 111110 11110 1111 101001001 111111 111010

Color Harmonies of #D85297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85297

Black with #D85297

Text Example


Text Example

White with #D85297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85297; }

 p { color: rgb(216,82,151); }

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

background-color css

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

 a { background-color: rgb(216,82,151); }

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

border-color css

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

 span { border-color: rgb(216,82,151); }

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