#D571AC

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

Shades of Hopbush #D571AC

Tints of Hopbush #D571AC

Color information

#D571AC (or 0xD571AC) is unknown color: approx Hopbush. HEX triplet: D5, 71 and AC. RGB value is (213,113,172). Sum of RGB (Red+Green+Blue) = 213+113+172=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D571AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D571AC is #2A8E53. Grayscale: #959595. Windows color (decimal): -2788948 or 11301333. OLE color: 11301333.

HSL color Cylindrical-coordinate representation of color #D571AC: hue angle of 324.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D571AC is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213113172-
CMYK00.470.190.16
HSL324.6º54.35%63.92%-
HSV(B)324.6º46.95%83.53%-
XYZ40.7928.9342.46-
YUV149.63140.63173.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 113 (44.53% from 255) = 22.69%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=42.77%
G=22.69%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311317200.470.190.16324.654.3563.92
HexD571AC02F13101453640
Octal325161254057232050566100
Binary11010101111000110101100010111110011100001010001011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D571AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D571AC; }

 p { color: rgb(213,113,172); }

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

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

 a { background-color: rgb(213,113,172); }

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

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

 span { border-color: rgb(213,113,172); }

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