#D66A9F

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

Shades of Hopbush #D66A9F

Tints of Hopbush #D66A9F

Color information

#D66A9F (or 0xD66A9F) is unknown color: approx Hopbush. HEX triplet: D6, 6A and 9F. RGB value is (214,106,159). Sum of RGB (Red+Green+Blue) = 214+106+159=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66A9F is #299560. Grayscale: #909090. Windows color (decimal): -2725217 or 10447574. OLE color: 10447574.

HSL color Cylindrical-coordinate representation of color #D66A9F: hue angle of 330.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66A9F is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB214106159-
CMYK00.500.260.16
HSL330.56º56.84%62.75%-
HSV(B)330.56º50.47%83.92%-
XYZ39.1427.1135.97-
YUV144.33136.28177.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 106 (41.80% from 255) = 22.13%
BLUE value IS 159 (62.5% from 255) = 33.19%
R=44.68%
G=22.13%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410615900.500.260.16330.5656.8462.75
HexD66A9F0321A1014b393f
Octal32615223706232205137177
Binary1101011011010101001111101100101101010000101001011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66A9F; }

 p { color: rgb(214,106,159); }

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

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

 a { background-color: rgb(214,106,159); }

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

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

 span { border-color: rgb(214,106,159); }

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