#D661A8

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

Shades of Hopbush #D661A8

Tints of Hopbush #D661A8

Color information

#D661A8 (or 0xD661A8) is unknown color: approx Hopbush. HEX triplet: D6, 61 and A8. RGB value is (214,97,168). Sum of RGB (Red+Green+Blue) = 214+97+168=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D661A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D661A8 is #299E57. Grayscale: #8B8B8B. Windows color (decimal): -2727512 or 11035094. OLE color: 11035094.

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

Color convert

RGB21497168-
CMYK00.550.210.16
HSL323.59º58.79%60.98%-
HSV(B)323.59º54.67%83.92%-
XYZ39.0725.6739.94-
YUV140.08143.76180.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 97 (38.28% from 255) = 20.25%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=44.68%
G=20.25%
B=35.07%

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
Decimal2149716800.550.210.16323.5958.7960.98
HexD661A803715101443b3d
Octal32614125006725205047375
Binary1101011011000011010100001101111010110000101000100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661A8; }

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

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

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

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

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

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

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

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