Html Css Color HEX #D96DA5 Hopbush

📋 copy color: '#D96DA5'

red 217 ◦ green 109 ◦ blue 165

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

Shades of Hopbush #D96DA5

Tints of Hopbush #D96DA5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.2%

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

R = 44.2%
G = 22.2%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D96DA5 (or 0xD96DA5) is known color: Hopbush. HEX triplet: D9, 6D and A5. RGB value is (217,109,165). Sum of RGB (Red+Green+Blue) = 217+109+165=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96DA5 is #26925A. Grayscale: #939393. Windows color (decimal): -2527835 or 10841561. OLE color: 10841561.

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

Color convert

RGB 217 109 165 -
CMYK 0 0.50 0.24 0.15
HSL 328.89º 0.59% 0.64% -
HSV(B) 328.89º 0.5% 0.85% -
XYZ 40.88 28.41 38.93 -
YUV 147.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 217 109 165 0 0.50 0.24 0.15 328.89 0.59 0.64
Hex D9 6D A5 0 32 18 F 149 3B 40
Octal 331 155 245 0 62 30 17 511 73 100
Binary 11011001 1101101 10100101 0 110010 11000 1111 101001001 111011 1000000

Color Harmonies of #D96DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DA5

Black with #D96DA5

Text Example


Text Example

White with #D96DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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