#d573ad

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

Shades of Hopbush #D573AD

Tints of Hopbush #D573AD

Color information

#D573AD (or 0xD573AD) is unknown color: approx Hopbush. HEX triplet: D5, 73 and AD. RGB value is (213,115,173). Sum of RGB (Red+Green+Blue) = 213+115+173=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D573AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D573AD is #2A8C52. Grayscale: #969696. Windows color (decimal): -2788435 or 11367381. OLE color: 11367381.

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

Color convert

RGB213115173-
CMYK00.460.190.16
HSL324.49º53.85%64.31%-
HSV(B)324.49º46.01%83.53%-
XYZ41.1129.4243.05-
YUV150.91140.47172.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=42.51%
G=22.95%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311517300.460.190.16324.4953.8564.31
HexD573AD02E13101443640
Octal325163255056232050466100
Binary11010101111001110101101010111010011100001010001001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d573ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d573ad; }

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

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

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

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

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

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

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

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