Html Css Color HEX #D95997 Hopbush

📋 copy color: '#D95997'

red 217 ◦ green 89 ◦ blue 151

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

Shades of Hopbush #D95997

Tints of Hopbush #D95997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.47%

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

R = 47.48%
G = 19.47%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D95997 (or 0xD95997) is known color: Hopbush. HEX triplet: D9, 59 and 97. RGB value is (217,89,151). Sum of RGB (Red+Green+Blue) = 217+89+151=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D95997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95997 is #26A668. Grayscale: #868686. Windows color (decimal): -2532969 or 9918937. OLE color: 9918937.

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

Color convert

RGB 217 89 151 -
CMYK 0 0.59 0.30 0.15
HSL 330.94º 0.63% 0.6% -
HSV(B) 330.94º 0.59% 0.85% -
XYZ 37.77 24.13 31.94 -
YUV 134.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 217 89 151 0 0.59 0.30 0.15 330.94 0.63 0.6
Hex D9 59 97 0 3B 1E F 14B 3F 3C
Octal 331 131 227 0 73 36 17 513 77 74
Binary 11011001 1011001 10010111 0 111011 11110 1111 101001011 111111 111100

Color Harmonies of #D95997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95997

Black with #D95997

Text Example


Text Example

White with #D95997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95997; }

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

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

background-color css

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

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

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

border-color css

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

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

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