Html Css Color HEX #D85498 Mulberry

📋 copy color: '#D85498'

red 216 ◦ green 84 ◦ blue 152

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

Shades of Mulberry #D85498

Tints of Mulberry #D85498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.63%

R = 47.79%
G = 18.58%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D85498 (or 0xD85498) is known color: Mulberry. HEX triplet: D8, 54 and 98. RGB value is (216,84,152). Sum of RGB (Red+Green+Blue) = 216+84+152=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D85498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85498 is #27AB67. Grayscale: #838383. Windows color (decimal): -2599784 or 9983192. OLE color: 9983192.

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

Color convert

RGB 216 84 152 -
CMYK 0 0.61 0.30 0.15
HSL 329.09º 0.63% 0.59% -
HSV(B) 329.09º 0.61% 0.85% -
XYZ 37.16 23.21 32.23 -
YUV 131.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 216 84 152 0 0.61 0.30 0.15 329.09 0.63 0.59
Hex D8 54 98 0 3D 1E F 149 3F 3B
Octal 330 124 230 0 75 36 17 511 77 73
Binary 11011000 1010100 10011000 0 111101 11110 1111 101001001 111111 111011

Color Harmonies of #D85498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85498

Black with #D85498

Text Example


Text Example

White with #D85498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85498; }

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

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

background-color css

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

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

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

border-color css

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

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

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