#D661A3

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

Shades of Hopbush #D661A3

Tints of Hopbush #D661A3

Color information

#D661A3 (or 0xD661A3) is unknown color: approx Hopbush. HEX triplet: D6, 61 and A3. RGB value is (214,97,163). Sum of RGB (Red+Green+Blue) = 214+97+163=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D661A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D661A3 is #299E5C. Grayscale: #8B8B8B. Windows color (decimal): -2727517 or 10707414. OLE color: 10707414.

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

Color convert

RGB21497163-
CMYK00.550.240.16
HSL326.15º58.79%60.98%-
HSV(B)326.15º54.67%83.92%-
XYZ38.6225.4937.54-
YUV139.51141.26181.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.15%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 163 (64.06% from 255) = 34.39%
R=45.15%
G=20.46%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149716300.550.240.16326.1558.7960.98
HexD661A303718101463b3d
Octal32614124306730205067375
Binary1101011011000011010001101101111100010000101000110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661A3; }

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

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

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

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

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

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

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

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