#D66DA7

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

Shades of Hopbush #D66DA7

Tints of Hopbush #D66DA7

Color information

#D66DA7 (or 0xD66DA7) is unknown color: approx Hopbush. HEX triplet: D6, 6D and A7. RGB value is (214,109,167). Sum of RGB (Red+Green+Blue) = 214+109+167=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66DA7 is #299258. Grayscale: #929292. Windows color (decimal): -2724441 or 10972630. OLE color: 10972630.

HSL color Cylindrical-coordinate representation of color #D66DA7: hue angle of 326.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DA7 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214109167-
CMYK00.490.220.16
HSL326.86º56.15%63.33%-
HSV(B)326.86º49.07%83.92%-
XYZ40.1828.0239.85-
YUV147.01139.29175.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 109 (42.97% from 255) = 22.24%
BLUE value IS 167 (65.62% from 255) = 34.08%
R=43.67%
G=22.24%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410916700.490.220.16326.8656.1563.33
HexD66DA70311610147383f
Octal32615524706126205077077
Binary1101011011011011010011101100011011010000101000111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DA7; }

 p { color: rgb(214,109,167); }

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

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

 a { background-color: rgb(214,109,167); }

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

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

 span { border-color: rgb(214,109,167); }

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