Html Css Color HEX #D95796 Mulberry

📋 copy color: '#D95796'

red 217 ◦ green 87 ◦ blue 150

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

Shades of Mulberry #D95796

Tints of Mulberry #D95796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.16%

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

R = 47.8%
G = 19.16%
B = 33.04%

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

#D95796 (or 0xD95796) is known color: Mulberry. HEX triplet: D9, 57 and 96. RGB value is (217,87,150). Sum of RGB (Red+Green+Blue) = 217+87+150=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D95796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95796 is #26A869. Grayscale: #848484. Windows color (decimal): -2533482 or 9852889. OLE color: 9852889.

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

Color convert

RGB 217 87 150 -
CMYK 0 0.60 0.31 0.15
HSL 330.92º 0.63% 0.6% -
HSV(B) 330.92º 0.6% 0.85% -
XYZ 37.53 23.77 31.46 -
YUV 133.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 217 87 150 0 0.60 0.31 0.15 330.92 0.63 0.6
Hex D9 57 96 0 3C 1F F 14B 3F 3C
Octal 331 127 226 0 74 37 17 513 77 74
Binary 11011001 1010111 10010110 0 111100 11111 1111 101001011 111111 111100

Color Harmonies of #D95796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95796

Black with #D95796

Text Example


Text Example

White with #D95796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95796; }

 p { color: rgb(217,87,150); }

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

background-color css

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

 a { background-color: rgb(217,87,150); }

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

border-color css

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

 span { border-color: rgb(217,87,150); }

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