Html Css Color HEX #D96EA5 Hopbush

📋 copy color: '#D96EA5'

red 217 ◦ green 110 ◦ blue 165

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

Shades of Hopbush #D96EA5

Tints of Hopbush #D96EA5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.36%

 BLUE value IS 165 (64.84% from 255) = 33.54%

R = 44.11%
G = 22.36%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D96EA5 (or 0xD96EA5) is known color: Hopbush. HEX triplet: D9, 6E and A5. RGB value is (217,110,165). Sum of RGB (Red+Green+Blue) = 217+110+165=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D96EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96EA5 is #26915A. Grayscale: #949494. Windows color (decimal): -2527579 or 10841817. OLE color: 10841817.

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

Color convert

RGB 217 110 165 -
CMYK 0 0.49 0.24 0.15
HSL 329.16º 0.58% 0.64% -
HSV(B) 329.16º 0.49% 0.85% -
XYZ 40.98 28.62 38.96 -
YUV 148.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 217 110 165 0 0.49 0.24 0.15 329.16 0.58 0.64
Hex D9 6E A5 0 31 18 F 149 3A 40
Octal 331 156 245 0 61 30 17 511 72 100
Binary 11011001 1101110 10100101 0 110001 11000 1111 101001001 111010 1000000

Color Harmonies of #D96EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96EA5

Black with #D96EA5

Text Example


Text Example

White with #D96EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96EA5; }

 p { color: rgb(217,110,165); }

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

background-color css

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

 a { background-color: rgb(217,110,165); }

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

border-color css

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

 span { border-color: rgb(217,110,165); }

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