Html Css Color HEX #D95397 Mulberry

📋 copy color: '#D95397'

red 217 ◦ green 83 ◦ blue 151

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

Shades of Mulberry #D95397

Tints of Mulberry #D95397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.4%

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

R = 48.12%
G = 18.4%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D95397 (or 0xD95397) is known color: Mulberry. HEX triplet: D9, 53 and 97. RGB value is (217,83,151). Sum of RGB (Red+Green+Blue) = 217+83+151=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D95397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95397 is #26AC68. Grayscale: #828282. Windows color (decimal): -2534505 or 9917401. OLE color: 9917401.

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

Color convert

RGB 217 83 151 -
CMYK 0 0.62 0.30 0.15
HSL 329.55º 0.64% 0.59% -
HSV(B) 329.55º 0.62% 0.85% -
XYZ 37.29 23.17 31.79 -
YUV 130.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 217 83 151 0 0.62 0.30 0.15 329.55 0.64 0.59
Hex D9 53 97 0 3E 1E F 14A 40 3B
Octal 331 123 227 0 76 36 17 512 100 73
Binary 11011001 1010011 10010111 0 111110 11110 1111 101001010 1000000 111011

Color Harmonies of #D95397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95397

Black with #D95397

Text Example


Text Example

White with #D95397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95397; }

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

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

background-color css

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

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

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

border-color css

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

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

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