Html Css Color HEX #D85492 Mulberry

📋 copy color: '#D85492'

red 216 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #D85492

Tints of Mulberry #D85492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.74%

R = 48.43%
G = 18.83%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D85492 (or 0xD85492) is known color: Mulberry. HEX triplet: D8, 54 and 92. RGB value is (216,84,146). Sum of RGB (Red+Green+Blue) = 216+84+146=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D85492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85492 is #27AB6D. Grayscale: #828282. Windows color (decimal): -2599790 or 9589976. OLE color: 9589976.

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

Color convert

RGB 216 84 146 -
CMYK 0 0.61 0.32 0.15
HSL 331.82º 0.63% 0.59% -
HSV(B) 331.82º 0.61% 0.85% -
XYZ 36.68 23.01 29.7 -
YUV 130.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 216 84 146 0 0.61 0.32 0.15 331.82 0.63 0.59
Hex D8 54 92 0 3D 20 F 14C 3F 3B
Octal 330 124 222 0 75 40 17 514 77 73
Binary 11011000 1010100 10010010 0 111101 100000 1111 101001100 111111 111011

Color Harmonies of #D85492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85492

Black with #D85492

Text Example


Text Example

White with #D85492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85492; }

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

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

background-color css

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

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

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

border-color css

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

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

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