Html Css Color HEX #D95197 Mulberry

📋 copy color: '#D95197'

red 217 ◦ green 81 ◦ blue 151

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

Shades of Mulberry #D95197

Tints of Mulberry #D95197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.04%

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

R = 48.33%
G = 18.04%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D95197 (or 0xD95197) is known color: Mulberry. HEX triplet: D9, 51 and 97. RGB value is (217,81,151). Sum of RGB (Red+Green+Blue) = 217+81+151=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D95197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95197 is #26AE68. Grayscale: #818181. Windows color (decimal): -2535017 or 9916889. OLE color: 9916889.

HSL color Cylindrical-coordinate representation of color #D95197: hue angle of 329.12º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95197 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 151 -
CMYK 0 0.63 0.30 0.15
HSL 329.12º 0.64% 0.58% -
HSV(B) 329.12º 0.63% 0.85% -
XYZ 37.14 22.87 31.74 -
YUV 129.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 217 81 151 0 0.63 0.30 0.15 329.12 0.64 0.58
Hex D9 51 97 0 3F 1E F 149 40 3A
Octal 331 121 227 0 77 36 17 511 100 72
Binary 11011001 1010001 10010111 0 111111 11110 1111 101001001 1000000 111010

Color Harmonies of #D95197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95197

Black with #D95197

Text Example


Text Example

White with #D95197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95197; }

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

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

background-color css

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

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

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

border-color css

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

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

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