#D661A5

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

Shades of Hopbush #D661A5

Tints of Hopbush #D661A5

Color information

#D661A5 (or 0xD661A5) is unknown color: approx Hopbush. HEX triplet: D6, 61 and A5. RGB value is (214,97,165). Sum of RGB (Red+Green+Blue) = 214+97+165=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D661A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D661A5 is #299E5A. Grayscale: #8B8B8B. Windows color (decimal): -2727515 or 10838486. OLE color: 10838486.

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

Color convert

RGB21497165-
CMYK00.550.230.16
HSL325.13º58.79%60.98%-
HSV(B)325.13º54.67%83.92%-
XYZ38.825.5638.49-
YUV139.74142.26180.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 165 (64.84% from 255) = 34.66%
R=44.96%
G=20.38%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149716500.550.230.16325.1358.7960.98
HexD661A503717101453b3d
Octal32614124506727205057375
Binary1101011011000011010010101101111011110000101000101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661A5; }

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

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

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

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

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

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

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

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