#D66AA5

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

Shades of Hopbush #D66AA5

Tints of Hopbush #D66AA5

Color information

#D66AA5 (or 0xD66AA5) is unknown color: approx Hopbush. HEX triplet: D6, 6A and A5. RGB value is (214,106,165). Sum of RGB (Red+Green+Blue) = 214+106+165=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66AA5 is #29955A. Grayscale: #909090. Windows color (decimal): -2725211 or 10840790. OLE color: 10840790.

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

Color convert

RGB214106165-
CMYK00.500.230.16
HSL327.22º56.84%62.75%-
HSV(B)327.22º50.47%83.92%-
XYZ39.6827.3238.78-
YUV145.02139.28177.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 165 (64.84% from 255) = 34.02%
R=44.12%
G=21.86%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410616500.500.230.16327.2256.8462.75
HexD66AA50321710147393f
Octal32615224506227205077177
Binary1101011011010101010010101100101011110000101000111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66AA5; }

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

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

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

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

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

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

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

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