Html Css Color HEX #D85596 Mulberry

📋 copy color: '#D85596'

red 216 ◦ green 85 ◦ blue 150

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

Shades of Mulberry #D85596

Tints of Mulberry #D85596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.26%

R = 47.89%
G = 18.85%
B = 33.26%

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

#D85596 (or 0xD85596) is known color: Mulberry. HEX triplet: D8, 55 and 96. RGB value is (216,85,150). Sum of RGB (Red+Green+Blue) = 216+85+150=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D85596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85596 is #27AA69. Grayscale: #838383. Windows color (decimal): -2599530 or 9852376. OLE color: 9852376.

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

Color convert

RGB 216 85 150 -
CMYK 0 0.61 0.31 0.15
HSL 330.23º 0.63% 0.59% -
HSV(B) 330.23º 0.61% 0.85% -
XYZ 37.07 23.3 31.4 -
YUV 131.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 216 85 150 0 0.61 0.31 0.15 330.23 0.63 0.59
Hex D8 55 96 0 3D 1F F 14A 3F 3B
Octal 330 125 226 0 75 37 17 512 77 73
Binary 11011000 1010101 10010110 0 111101 11111 1111 101001010 111111 111011

Color Harmonies of #D85596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85596

Black with #D85596

Text Example


Text Example

White with #D85596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85596; }

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

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

background-color css

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

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

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

border-color css

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

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

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