#D96EA8

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

Shades of Hopbush #D96EA8

Tints of Hopbush #D96EA8

Color information

#D96EA8 (or 0xD96EA8) is unknown color: approx Hopbush. HEX triplet: D9, 6E and A8. RGB value is (217,110,168). Sum of RGB (Red+Green+Blue) = 217+110+168=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D96EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96EA8 is #269157. Grayscale: #949494. Windows color (decimal): -2527576 or 11038425. OLE color: 11038425.

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

Color convert

RGB217110168-
CMYK00.490.230.15
HSL327.48º58.47%64.12%-
HSV(B)327.48º49.31%85.1%-
XYZ41.2628.7340.42-
YUV148.6138.95176.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 110 (43.36% from 255) = 22.22%
BLUE value IS 168 (66.02% from 255) = 33.94%
R=43.84%
G=22.22%
B=33.94%

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
Decimal21711016800.490.230.15327.4858.4764.12
HexD96EA803117F1473a40
Octal331156250061271750772100
Binary1101100111011101010100001100011011111111010001111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96EA8; }

 p { color: rgb(217,110,168); }

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

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

 a { background-color: rgb(217,110,168); }

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

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

 span { border-color: rgb(217,110,168); }

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