Html Css Color HEX #D85697 Mulberry

📋 copy color: '#D85697'

red 216 ◦ green 86 ◦ blue 151

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

Shades of Mulberry #D85697

Tints of Mulberry #D85697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.33%

R = 47.68%
G = 18.98%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D85697 (or 0xD85697) is known color: Mulberry. HEX triplet: D8, 56 and 97. RGB value is (216,86,151). Sum of RGB (Red+Green+Blue) = 216+86+151=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D85697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85697 is #27A968. Grayscale: #848484. Windows color (decimal): -2599273 or 9918168. OLE color: 9918168.

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

Color convert

RGB 216 86 151 -
CMYK 0 0.60 0.30 0.15
HSL 330º 0.63% 0.59% -
HSV(B) 330º 0.6% 0.85% -
XYZ 37.23 23.49 31.85 -
YUV 132.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 216 86 151 0 0.60 0.30 0.15 330 0.63 0.59
Hex D8 56 97 0 3C 1E F 14A 3E 3B
Octal 330 126 227 0 74 36 17 512 76 73
Binary 11011000 1010110 10010111 0 111100 11110 1111 101001010 111110 111011

Color Harmonies of #D85697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85697

Black with #D85697

Text Example


Text Example

White with #D85697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85697; }

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

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

background-color css

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

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

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

border-color css

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

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

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