#D661AA

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

Shades of Hopbush #D661AA

Tints of Hopbush #D661AA

Color information

#D661AA (or 0xD661AA) is unknown color: approx Hopbush. HEX triplet: D6, 61 and AA. RGB value is (214,97,170). Sum of RGB (Red+Green+Blue) = 214+97+170=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D661AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D661AA is #299E55. Grayscale: #8C8C8C. Windows color (decimal): -2727510 or 11166166. OLE color: 11166166.

HSL color Cylindrical-coordinate representation of color #D661AA: hue angle of 322.56º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D661AA is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB21497170-
CMYK00.550.210.16
HSL322.56º58.79%60.98%-
HSV(B)322.56º54.67%83.92%-
XYZ39.2625.7540.93-
YUV140.3144.76180.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.49%
GREEN value IS 97 (38.28% from 255) = 20.17%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=44.49%
G=20.17%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149717000.550.210.16322.5658.7960.98
HexD661AA03715101433b3d
Octal32614125206725205037375
Binary1101011011000011010101001101111010110000101000011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661AA; }

 p { color: rgb(214,97,170); }

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

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

 a { background-color: rgb(214,97,170); }

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

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

 span { border-color: rgb(214,97,170); }

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