#D573A1

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

Shades of Hopbush #D573A1

Tints of Hopbush #D573A1

Color information

#D573A1 (or 0xD573A1) is unknown color: approx Hopbush. HEX triplet: D5, 73 and A1. RGB value is (213,115,161). Sum of RGB (Red+Green+Blue) = 213+115+161=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D573A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D573A1 is #2A8C5E. Grayscale: #959595. Windows color (decimal): -2788447 or 10580949. OLE color: 10580949.

HSL color Cylindrical-coordinate representation of color #D573A1: hue angle of 331.84º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D573A1 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB213115161-
CMYK00.460.240.16
HSL331.84º53.85%64.31%-
HSV(B)331.84º46.01%83.53%-
XYZ4028.9837.2-
YUV149.55134.47173.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 115 (45.31% from 255) = 23.52%
BLUE value IS 161 (63.28% from 255) = 32.92%
R=43.56%
G=23.52%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311516100.460.240.16331.8453.8564.31
HexD573A102E181014c3640
Octal325163241056302051466100
Binary11010101111001110100001010111011000100001010011001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D573A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D573A1; }

 p { color: rgb(213,115,161); }

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

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

 a { background-color: rgb(213,115,161); }

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

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

 span { border-color: rgb(213,115,161); }

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