Html Css Color HEX #D96DAB Hopbush

📋 copy color: '#D96DAB'

red 217 ◦ green 109 ◦ blue 171

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

Shades of Hopbush #D96DAB

Tints of Hopbush #D96DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.41%

R = 43.66%
G = 21.93%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D96DAB (or 0xD96DAB) is known color: Hopbush. HEX triplet: D9, 6D and AB. RGB value is (217,109,171). Sum of RGB (Red+Green+Blue) = 217+109+171=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96DAB is #269254. Grayscale: #949494. Windows color (decimal): -2527829 or 11234777. OLE color: 11234777.

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

Color convert

RGB 217 109 171 -
CMYK 0 0.50 0.21 0.15
HSL 325.56º 0.59% 0.64% -
HSV(B) 325.56º 0.5% 0.85% -
XYZ 41.43 28.63 41.87 -
YUV 148.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 217 109 171 0 0.50 0.21 0.15 325.56 0.59 0.64
Hex D9 6D AB 0 32 15 F 146 3B 40
Octal 331 155 253 0 62 25 17 506 73 100
Binary 11011001 1101101 10101011 0 110010 10101 1111 101000110 111011 1000000

Color Harmonies of #D96DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DAB

Black with #D96DAB

Text Example


Text Example

White with #D96DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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