Html Css Color HEX #D96DA6 Hopbush

📋 copy color: '#D96DA6'

red 217 ◦ green 109 ◦ blue 166

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

Shades of Hopbush #D96DA6

Tints of Hopbush #D96DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.74%

R = 44.11%
G = 22.15%
B = 33.74%

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

#D96DA6 (or 0xD96DA6) is known color: Hopbush. HEX triplet: D9, 6D and A6. RGB value is (217,109,166). Sum of RGB (Red+Green+Blue) = 217+109+166=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96DA6 is #269259. Grayscale: #939393. Windows color (decimal): -2527834 or 10907097. OLE color: 10907097.

HSL color Cylindrical-coordinate representation of color #D96DA6: hue angle of 328.33º 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 #D96DA6 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 166 -
CMYK 0 0.50 0.24 0.15
HSL 328.33º 0.59% 0.64% -
HSV(B) 328.33º 0.5% 0.85% -
XYZ 40.97 28.44 39.41 -
YUV 147.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 217 109 166 0 0.50 0.24 0.15 328.33 0.59 0.64
Hex D9 6D A6 0 32 18 F 148 3B 40
Octal 331 155 246 0 62 30 17 510 73 100
Binary 11011001 1101101 10100110 0 110010 11000 1111 101001000 111011 1000000

Color Harmonies of #D96DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DA6

Black with #D96DA6

Text Example


Text Example

White with #D96DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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