#D661AD

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

Shades of Hopbush #D661AD

Tints of Hopbush #D661AD

Color information

#D661AD (or 0xD661AD) is unknown color: approx Hopbush. HEX triplet: D6, 61 and AD. RGB value is (214,97,173). Sum of RGB (Red+Green+Blue) = 214+97+173=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D661AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D661AD is #299E52. Grayscale: #8C8C8C. Windows color (decimal): -2727507 or 11362774. OLE color: 11362774.

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

Color convert

RGB21497173-
CMYK00.550.190.16
HSL321.03º58.79%60.98%-
HSV(B)321.03º54.67%83.92%-
XYZ39.5525.8642.44-
YUV140.65146.26180.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 97 (38.28% from 255) = 20.04%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=44.21%
G=20.04%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149717300.550.190.16321.0358.7960.98
HexD661AD03713101413b3d
Octal32614125506723205017375
Binary1101011011000011010110101101111001110000101000001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661AD; }

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

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

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

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

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

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

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

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