#D572AE

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

Shades of Hopbush #D572AE

Tints of Hopbush #D572AE

Color information

#D572AE (or 0xD572AE) is unknown color: approx Hopbush. HEX triplet: D5, 72 and AE. RGB value is (213,114,174). Sum of RGB (Red+Green+Blue) = 213+114+174=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D572AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D572AE is #2A8D51. Grayscale: #969696. Windows color (decimal): -2788690 or 11432661. OLE color: 11432661.

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

Color convert

RGB213114174-
CMYK00.460.180.16
HSL323.64º54.1%64.12%-
HSV(B)323.64º46.48%83.53%-
XYZ41.129.2443.52-
YUV150.44141.3172.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=42.51%
G=22.75%
B=34.73%

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
Decimal21311417400.460.180.16323.6454.164.12
HexD572AE02E12101443640
Octal325162256056222050466100
Binary11010101111001010101110010111010010100001010001001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D572AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D572AE; }

 p { color: rgb(213,114,174); }

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

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

 a { background-color: rgb(213,114,174); }

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

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

 span { border-color: rgb(213,114,174); }

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