Html Css Color HEX #D96397 Hopbush

📋 copy color: '#D96397'

red 217 ◦ green 99 ◦ blue 151

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

Shades of Hopbush #D96397

Tints of Hopbush #D96397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.2%

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

R = 46.47%
G = 21.2%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D96397 (or 0xD96397) is known color: Hopbush. HEX triplet: D9, 63 and 97. RGB value is (217,99,151). Sum of RGB (Red+Green+Blue) = 217+99+151=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D96397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96397 is #269C68. Grayscale: #8C8C8C. Windows color (decimal): -2530409 or 9921497. OLE color: 9921497.

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

Color convert

RGB 217 99 151 -
CMYK 0 0.54 0.30 0.15
HSL 333.56º 0.61% 0.62% -
HSV(B) 333.56º 0.54% 0.85% -
XYZ 38.66 25.91 32.24 -
YUV 140.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 217 99 151 0 0.54 0.30 0.15 333.56 0.61 0.62
Hex D9 63 97 0 36 1E F 14E 3D 3E
Octal 331 143 227 0 66 36 17 516 75 76
Binary 11011001 1100011 10010111 0 110110 11110 1111 101001110 111101 111110

Color Harmonies of #D96397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96397

Black with #D96397

Text Example


Text Example

White with #D96397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96397; }

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

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

background-color css

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

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

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

border-color css

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

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

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