#D66AAE

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

Shades of Hopbush #D66AAE

Tints of Hopbush #D66AAE

Color information

#D66AAE (or 0xD66AAE) is unknown color: approx Hopbush. HEX triplet: D6, 6A and AE. RGB value is (214,106,174). Sum of RGB (Red+Green+Blue) = 214+106+174=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66AAE is #299551. Grayscale: #919191. Windows color (decimal): -2725202 or 11430614. OLE color: 11430614.

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

Color convert

RGB214106174-
CMYK00.500.190.16
HSL322.22º56.84%62.75%-
HSV(B)322.22º50.47%83.92%-
XYZ40.5327.6643.25-
YUV146.04143.78176.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=43.32%
G=21.46%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410617400.500.190.16322.2256.8462.75
HexD66AAE0321310142393f
Octal32615225606223205027177
Binary1101011011010101010111001100101001110000101000010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66AAE; }

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

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

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

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

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

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

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

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