#D96FAE

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

Shades of Hopbush #D96FAE

Tints of Hopbush #D96FAE

Color information

#D96FAE (or 0xD96FAE) is unknown color: approx Hopbush. HEX triplet: D9, 6F and AE. RGB value is (217,111,174). Sum of RGB (Red+Green+Blue) = 217+111+174=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96FAE is #269051. Grayscale: #959595. Windows color (decimal): -2527314 or 11431897. OLE color: 11431897.

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

Color convert

RGB217111174-
CMYK00.490.200.15
HSL324.34º58.24%64.31%-
HSV(B)324.34º48.85%85.1%-
XYZ41.9429.1843.47-
YUV149.88141.62175.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.23%
GREEN value IS 111 (43.75% from 255) = 22.11%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=43.23%
G=22.11%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711117400.490.200.15324.3458.2464.31
HexD96FAE03114F1443a40
Octal331157256061241750472100
Binary1101100111011111010111001100011010011111010001001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96FAE; }

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

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

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

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

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

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

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

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