Html Css Color HEX #D95697 Mulberry

📋 copy color: '#D95697'

red 217 ◦ green 86 ◦ blue 151

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

Shades of Mulberry #D95697

Tints of Mulberry #D95697

RGB

 RED value IS 217 (85.16% from 255) = 47.8%

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

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

R = 47.8%
G = 18.94%
B = 33.26%

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

#D95697 (or 0xD95697) is known color: Mulberry. HEX triplet: D9, 56 and 97. RGB value is (217,86,151). Sum of RGB (Red+Green+Blue) = 217+86+151=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D95697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95697 is #26A968. Grayscale: #848484. Windows color (decimal): -2533737 or 9918169. OLE color: 9918169.

HSL color Cylindrical-coordinate representation of color #D95697: 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.6%. Process color model (Four color, CMYK) of #D95697 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 86 151 -
CMYK 0 0.60 0.30 0.15
HSL 330.23º 0.63% 0.59% -
HSV(B) 330.23º 0.6% 0.85% -
XYZ 37.53 23.64 31.86 -
YUV 132.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 217 86 151 0 0.60 0.30 0.15 330.23 0.63 0.59
Hex D9 56 97 0 3C 1E F 14A 3F 3B
Octal 331 126 227 0 74 36 17 512 77 73
Binary 11011001 1010110 10010111 0 111100 11110 1111 101001010 111111 111011

Color Harmonies of #D95697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95697

Black with #D95697

Text Example


Text Example

White with #D95697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95697; }

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

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

background-color css

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

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

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

border-color css

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

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

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