#D96FA7

Color #D96FA7 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D96FA7

Tints of Hopbush #D96FA7

Color information

#D96FA7 (or 0xD96FA7) is unknown color: approx Hopbush. HEX triplet: D9, 6F and A7. RGB value is (217,111,167). Sum of RGB (Red+Green+Blue) = 217+111+167=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96FA7 is #269058. Grayscale: #949494. Windows color (decimal): -2527321 or 10973145. OLE color: 10973145.

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

Color convert

RGB217111167-
CMYK00.490.230.15
HSL328.3º58.24%64.31%-
HSV(B)328.3º48.85%85.1%-
XYZ41.2728.9139.96-
YUV149.08138.12176.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 167 (65.62% from 255) = 33.74%
R=43.84%
G=22.42%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711116700.490.230.15328.358.2464.31
HexD96FA703117F1483a40
Octal331157247061271751072100
Binary1101100111011111010011101100011011111111010010001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96FA7; }

 p { color: rgb(217,111,167); }

 H1.HeaderClassName
 {
   color: #D96FA7;
 }
 .AnyTagClassName
 {
   color: #D96FA7;
 }
</style>
background-color css

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

 a { background-color: rgb(217,111,167); }

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

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

 span { border-color: rgb(217,111,167); }

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