#D572AF

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

Shades of Hopbush #D572AF

Tints of Hopbush #D572AF

Color information

#D572AF (or 0xD572AF) is unknown color: approx Hopbush. HEX triplet: D5, 72 and AF. RGB value is (213,114,175). Sum of RGB (Red+Green+Blue) = 213+114+175=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D572AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D572AF is #2A8D50. Grayscale: #969696. Windows color (decimal): -2788689 or 11498197. OLE color: 11498197.

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

Color convert

RGB213114175-
CMYK00.460.180.16
HSL323.03º54.1%64.12%-
HSV(B)323.03º46.48%83.53%-
XYZ41.229.2844.04-
YUV150.55141.8172.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 114 (44.92% from 255) = 22.71%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=42.43%
G=22.71%
B=34.86%

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
Decimal21311417500.460.180.16323.0354.164.12
HexD572AF02E12101433640
Octal325162257056222050366100
Binary11010101111001010101111010111010010100001010000111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D572AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D572AF; }

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

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

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

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

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

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

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

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