#D66AA2

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

Shades of Hopbush #D66AA2

Tints of Hopbush #D66AA2

Color information

#D66AA2 (or 0xD66AA2) is unknown color: approx Hopbush. HEX triplet: D6, 6A and A2. RGB value is (214,106,162). Sum of RGB (Red+Green+Blue) = 214+106+162=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66AA2 is #29955D. Grayscale: #909090. Windows color (decimal): -2725214 or 10644182. OLE color: 10644182.

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

Color convert

RGB214106162-
CMYK00.500.240.16
HSL328.89º56.84%62.75%-
HSV(B)328.89º50.47%83.92%-
XYZ39.4127.2137.36-
YUV144.68137.78177.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.40%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 162 (63.67% from 255) = 33.61%
R=44.40%
G=21.99%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410616200.500.240.16328.8956.8462.75
HexD66AA20321810149393f
Octal32615224206230205117177
Binary1101011011010101010001001100101100010000101001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66AA2; }

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

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

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

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

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

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

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

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