Html Css Color HEX #D96BAD Hopbush

📋 copy color: '#D96BAD'

red 217 ◦ green 107 ◦ blue 173

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

Shades of Hopbush #D96BAD

Tints of Hopbush #D96BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.53%

 BLUE value IS 173 (67.97% from 255) = 34.81%

R = 43.66%
G = 21.53%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D96BAD (or 0xD96BAD) is known color: Hopbush. HEX triplet: D9, 6B and AD. RGB value is (217,107,173). Sum of RGB (Red+Green+Blue) = 217+107+173=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96BAD is #269452. Grayscale: #939393. Windows color (decimal): -2528339 or 11365337. OLE color: 11365337.

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

Color convert

RGB 217 107 173 -
CMYK 0 0.51 0.20 0.15
HSL 324º 0.59% 0.64% -
HSV(B) 324º 0.51% 0.85% -
XYZ 41.42 28.28 42.81 -
YUV 147.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 217 107 173 0 0.51 0.20 0.15 324 0.59 0.64
Hex D9 6B AD 0 33 14 F 144 3B 40
Octal 331 153 255 0 63 24 17 504 73 100
Binary 11011001 1101011 10101101 0 110011 10100 1111 101000100 111011 1000000

Color Harmonies of #D96BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96BAD

Black with #D96BAD

Text Example


Text Example

White with #D96BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96BAD; }

 p { color: rgb(217,107,173); }

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

background-color css

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

 a { background-color: rgb(217,107,173); }

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

border-color css

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

 span { border-color: rgb(217,107,173); }

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