#D966AF

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

Shades of Hopbush #D966AF

Tints of Hopbush #D966AF

Color information

#D966AF (or 0xD966AF) is unknown color: approx Hopbush. HEX triplet: D9, 66 and AF. RGB value is (217,102,175). Sum of RGB (Red+Green+Blue) = 217+102+175=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D966AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D966AF is #269950. Grayscale: #909090. Windows color (decimal): -2529617 or 11495129. OLE color: 11495129.

HSL color Cylindrical-coordinate representation of color #D966AF: hue angle of 321.91º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966AF is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB217102175-
CMYK00.530.190.15
HSL321.91º60.21%62.55%-
HSV(B)321.91º53%85.1%-
XYZ41.127.3543.67-
YUV144.71145.1179.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 102 (40.23% from 255) = 20.65%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=43.93%
G=20.65%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710217500.530.190.15321.9160.2162.55
HexD966AF03513F1423c3f
Octal33114625706523175027477
Binary110110011100110101011110110101100111111101000010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D966AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D966AF; }

 p { color: rgb(217,102,175); }

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

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

 a { background-color: rgb(217,102,175); }

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

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

 span { border-color: rgb(217,102,175); }

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