Html Css Color HEX #D85198 Mulberry

📋 copy color: '#D85198'

red 216 ◦ green 81 ◦ blue 152

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

Shades of Mulberry #D85198

Tints of Mulberry #D85198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.04%

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

R = 48.11%
G = 18.04%
B = 33.85%

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

#D85198 (or 0xD85198) is known color: Mulberry. HEX triplet: D8, 51 and 98. RGB value is (216,81,152). Sum of RGB (Red+Green+Blue) = 216+81+152=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D85198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85198 is #27AE67. Grayscale: #818181. Windows color (decimal): -2600552 or 9982424. OLE color: 9982424.

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

Color convert

RGB 216 81 152 -
CMYK 0 0.62 0.30 0.15
HSL 328.44º 0.63% 0.58% -
HSV(B) 328.44º 0.63% 0.85% -
XYZ 36.93 22.75 32.15 -
YUV 129.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 216 81 152 0 0.62 0.30 0.15 328.44 0.63 0.58
Hex D8 51 98 0 3E 1E F 148 3F 3A
Octal 330 121 230 0 76 36 17 510 77 72
Binary 11011000 1010001 10011000 0 111110 11110 1111 101001000 111111 111010

Color Harmonies of #D85198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85198

Black with #D85198

Text Example


Text Example

White with #D85198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85198; }

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

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

background-color css

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

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

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

border-color css

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

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

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