#D96BAA

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

Shades of Hopbush #D96BAA

Tints of Hopbush #D96BAA

Color information

#D96BAA (or 0xD96BAA) is unknown color: approx Hopbush. HEX triplet: D9, 6B and AA. RGB value is (217,107,170). Sum of RGB (Red+Green+Blue) = 217+107+170=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96BAA is #269455. Grayscale: #929292. Windows color (decimal): -2528342 or 11168729. OLE color: 11168729.

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

Color convert

RGB217107170-
CMYK00.510.220.15
HSL325.64º59.14%63.53%-
HSV(B)325.64º50.69%85.1%-
XYZ41.1328.1741.3-
YUV147.07140.94177.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=43.93%
G=21.66%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710717000.510.220.15325.6459.1463.53
HexD96BAA03316F1463b40
Octal331153252063261750673100
Binary1101100111010111010101001100111011011111010001101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96BAA; }

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

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

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

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

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

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

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

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