Html Css Color HEX #D85696 Mulberry

📋 copy color: '#D85696'

red 216 ◦ green 86 ◦ blue 150

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

Shades of Mulberry #D85696

Tints of Mulberry #D85696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.03%

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

R = 47.79%
G = 19.03%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D85696 (or 0xD85696) is known color: Mulberry. HEX triplet: D8, 56 and 96. RGB value is (216,86,150). Sum of RGB (Red+Green+Blue) = 216+86+150=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D85696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85696 is #27A969. Grayscale: #848484. Windows color (decimal): -2599274 or 9852632. OLE color: 9852632.

HSL color Cylindrical-coordinate representation of color #D85696: hue angle of 330.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85696 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 86 150 -
CMYK 0 0.60 0.31 0.15
HSL 330.46º 0.63% 0.59% -
HSV(B) 330.46º 0.6% 0.85% -
XYZ 37.15 23.46 31.42 -
YUV 132.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 216 86 150 0 0.60 0.31 0.15 330.46 0.63 0.59
Hex D8 56 96 0 3C 1F F 14A 3E 3B
Octal 330 126 226 0 74 37 17 512 76 73
Binary 11011000 1010110 10010110 0 111100 11111 1111 101001010 111110 111011

Color Harmonies of #D85696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85696

Black with #D85696

Text Example


Text Example

White with #D85696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85696; }

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

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

background-color css

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

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

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

border-color css

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

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

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