Html Css Color HEX #D85491 Mulberry

📋 copy color: '#D85491'

red 216 ◦ green 84 ◦ blue 145

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

Shades of Mulberry #D85491

Tints of Mulberry #D85491

RGB

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

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

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

R = 48.54%
G = 18.88%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D85491 (or 0xD85491) is known color: Mulberry. HEX triplet: D8, 54 and 91. RGB value is (216,84,145). Sum of RGB (Red+Green+Blue) = 216+84+145=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D85491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85491 is #27AB6E. Grayscale: #828282. Windows color (decimal): -2599791 or 9524440. OLE color: 9524440.

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

Color convert

RGB 216 84 145 -
CMYK 0 0.61 0.33 0.15
HSL 332.27º 0.63% 0.59% -
HSV(B) 332.27º 0.61% 0.85% -
XYZ 36.6 22.98 29.3 -
YUV 130.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 216 84 145 0 0.61 0.33 0.15 332.27 0.63 0.59
Hex D8 54 91 0 3D 21 F 14C 3F 3B
Octal 330 124 221 0 75 41 17 514 77 73
Binary 11011000 1010100 10010001 0 111101 100001 1111 101001100 111111 111011

Color Harmonies of #D85491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85491

Black with #D85491

Text Example


Text Example

White with #D85491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85491; }

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

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

background-color css

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

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

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

border-color css

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

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

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