#D570A9

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

Shades of Hopbush #D570A9

Tints of Hopbush #D570A9

Color information

#D570A9 (or 0xD570A9) is unknown color: approx Hopbush. HEX triplet: D5, 70 and A9. RGB value is (213,112,169). Sum of RGB (Red+Green+Blue) = 213+112+169=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D570A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D570A9 is #2A8F56. Grayscale: #949494. Windows color (decimal): -2789207 or 11104469. OLE color: 11104469.

HSL color Cylindrical-coordinate representation of color #D570A9: hue angle of 326.14º degrees, saturation: 0.55, 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 #D570A9 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB213112169-
CMYK00.470.210.16
HSL326.14º54.59%63.73%-
HSV(B)326.14º47.42%83.53%-
XYZ40.428.640.93-
YUV148.7139.46173.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 112 (44.14% from 255) = 22.67%
BLUE value IS 169 (66.41% from 255) = 34.21%
R=43.12%
G=22.67%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311216900.470.210.16326.1454.5963.73
HexD570A902F15101463740
Octal325160251057252050667100
Binary11010101111000010101001010111110101100001010001101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D570A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D570A9; }

 p { color: rgb(213,112,169); }

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

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

 a { background-color: rgb(213,112,169); }

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

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

 span { border-color: rgb(213,112,169); }

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