#D572A3

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

Shades of Hopbush #D572A3

Tints of Hopbush #D572A3

Color information

#D572A3 (or 0xD572A3) is unknown color: approx Hopbush. HEX triplet: D5, 72 and A3. RGB value is (213,114,163). Sum of RGB (Red+Green+Blue) = 213+114+163=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D572A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D572A3 is #2A8D5C. Grayscale: #959595. Windows color (decimal): -2788701 or 10711765. OLE color: 10711765.

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

Color convert

RGB213114163-
CMYK00.460.230.16
HSL330.3º54.1%64.12%-
HSV(B)330.3º46.48%83.53%-
XYZ40.0728.8338.1-
YUV149.19135.8173.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 163 (64.06% from 255) = 33.27%
R=43.47%
G=23.27%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311416300.460.230.16330.354.164.12
HexD572A302E171014a3640
Octal325162243056272051266100
Binary11010101111001010100011010111010111100001010010101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D572A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D572A3; }

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

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

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

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

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

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

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

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