Html Css Color HEX #D85594 Mulberry

📋 copy color: '#D85594'

red 216 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #D85594

Tints of Mulberry #D85594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.93%

 BLUE value IS 148 (58.2% from 255) = 32.96%

R = 48.11%
G = 18.93%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D85594 (or 0xD85594) is known color: Mulberry. HEX triplet: D8, 55 and 94. RGB value is (216,85,148). Sum of RGB (Red+Green+Blue) = 216+85+148=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D85594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85594 is #27AA6B. Grayscale: #838383. Windows color (decimal): -2599532 or 9721304. OLE color: 9721304.

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

Color convert

RGB 216 85 148 -
CMYK 0 0.61 0.31 0.15
HSL 331.15º 0.63% 0.59% -
HSV(B) 331.15º 0.61% 0.85% -
XYZ 36.91 23.23 30.56 -
YUV 131.35 137.4 188.38 -
System Red Green Blue C M Y K H S L
Decimal 216 85 148 0 0.61 0.31 0.15 331.15 0.63 0.59
Hex D8 55 94 0 3D 1F F 14B 3F 3B
Octal 330 125 224 0 75 37 17 513 77 73
Binary 11011000 1010101 10010100 0 111101 11111 1111 101001011 111111 111011

Color Harmonies of #D85594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85594

Black with #D85594

Text Example


Text Example

White with #D85594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85594; }

 p { color: rgb(216,85,148); }

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

background-color css

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

 a { background-color: rgb(216,85,148); }

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

border-color css

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

 span { border-color: rgb(216,85,148); }

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