Html Css Color HEX #D85291 Mulberry

📋 copy color: '#D85291'

red 216 ◦ green 82 ◦ blue 145

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

Shades of Mulberry #D85291

Tints of Mulberry #D85291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.73%

R = 48.76%
G = 18.51%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D85291 (or 0xD85291) is known color: Mulberry. HEX triplet: D8, 52 and 91. RGB value is (216,82,145). Sum of RGB (Red+Green+Blue) = 216+82+145=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D85291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85291 is #27AD6E. Grayscale: #818181. Windows color (decimal): -2600303 or 9523928. OLE color: 9523928.

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

Color convert

RGB 216 82 145 -
CMYK 0 0.62 0.33 0.15
HSL 331.79º 0.63% 0.58% -
HSV(B) 331.79º 0.62% 0.85% -
XYZ 36.45 22.68 29.24 -
YUV 129.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 216 82 145 0 0.62 0.33 0.15 331.79 0.63 0.58
Hex D8 52 91 0 3E 21 F 14C 3F 3A
Octal 330 122 221 0 76 41 17 514 77 72
Binary 11011000 1010010 10010001 0 111110 100001 1111 101001100 111111 111010

Color Harmonies of #D85291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85291

Black with #D85291

Text Example


Text Example

White with #D85291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85291; }

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

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

background-color css

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

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

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

border-color css

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

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

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