#D96FA5

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

Shades of Hopbush #D96FA5

Tints of Hopbush #D96FA5

Color information

#D96FA5 (or 0xD96FA5) is unknown color: approx Hopbush. HEX triplet: D9, 6F and A5. RGB value is (217,111,165). Sum of RGB (Red+Green+Blue) = 217+111+165=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96FA5 is #26905A. Grayscale: #949494. Windows color (decimal): -2527323 or 10842073. OLE color: 10842073.

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

Color convert

RGB217111165-
CMYK00.490.240.15
HSL329.43º58.24%64.31%-
HSV(B)329.43º48.85%85.1%-
XYZ41.0928.8439-
YUV148.85137.12176.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 111 (43.75% from 255) = 22.52%
BLUE value IS 165 (64.84% from 255) = 33.47%
R=44.02%
G=22.52%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711116500.490.240.15329.4358.2464.31
HexD96FA503118F1493a40
Octal331157245061301751172100
Binary1101100111011111010010101100011100011111010010011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96FA5; }

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

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

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

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

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

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

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

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