Html Css Color HEX #D85590 Mulberry

📋 copy color: '#D85590'

red 216 ◦ green 85 ◦ blue 144

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

Shades of Mulberry #D85590

Tints of Mulberry #D85590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.36%

R = 48.54%
G = 19.1%
B = 32.36%

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

#D85590 (or 0xD85590) is known color: Mulberry. HEX triplet: D8, 55 and 90. RGB value is (216,85,144). Sum of RGB (Red+Green+Blue) = 216+85+144=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D85590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85590 is #27AA6F. Grayscale: #828282. Windows color (decimal): -2599536 or 9459160. OLE color: 9459160.

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

Color convert

RGB 216 85 144 -
CMYK 0 0.61 0.33 0.15
HSL 332.98º 0.63% 0.59% -
HSV(B) 332.98º 0.61% 0.85% -
XYZ 36.6 23.11 28.92 -
YUV 130.9 135.4 188.7 -
System Red Green Blue C M Y K H S L
Decimal 216 85 144 0 0.61 0.33 0.15 332.98 0.63 0.59
Hex D8 55 90 0 3D 21 F 14D 3F 3B
Octal 330 125 220 0 75 41 17 515 77 73
Binary 11011000 1010101 10010000 0 111101 100001 1111 101001101 111111 111011

Color Harmonies of #D85590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85590

Black with #D85590

Text Example


Text Example

White with #D85590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85590; }

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

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

background-color css

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

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

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

border-color css

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

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

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