#D573AF

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

Shades of Hopbush #D573AF

Tints of Hopbush #D573AF

Color information

#D573AF (or 0xD573AF) is unknown color: approx Hopbush. HEX triplet: D5, 73 and AF. RGB value is (213,115,175). Sum of RGB (Red+Green+Blue) = 213+115+175=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D573AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D573AF is #2A8C50. Grayscale: #979797. Windows color (decimal): -2788433 or 11498453. OLE color: 11498453.

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

Color convert

RGB213115175-
CMYK00.460.180.16
HSL323.27º53.85%64.31%-
HSV(B)323.27º46.01%83.53%-
XYZ41.3129.544.07-
YUV151.14141.47172.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 115 (45.31% from 255) = 22.86%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=42.35%
G=22.86%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311517500.460.180.16323.2753.8564.31
HexD573AF02E12101433640
Octal325163257056222050366100
Binary11010101111001110101111010111010010100001010000111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D573AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D573AF; }

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

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

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

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

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

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

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

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