#D570AB

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

Shades of Hopbush #D570AB

Tints of Hopbush #D570AB

Color information

#D570AB (or 0xD570AB) is unknown color: approx Hopbush. HEX triplet: D5, 70 and AB. RGB value is (213,112,171). Sum of RGB (Red+Green+Blue) = 213+112+171=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D570AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D570AB is #2A8F54. Grayscale: #949494. Windows color (decimal): -2789205 or 11235541. OLE color: 11235541.

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

Color convert

RGB213112171-
CMYK00.470.200.16
HSL324.95º54.59%63.73%-
HSV(B)324.95º47.42%83.53%-
XYZ40.5928.6741.92-
YUV148.92140.46173.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 112 (44.14% from 255) = 22.58%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=42.94%
G=22.58%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311217100.470.200.16324.9554.5963.73
HexD570AB02F14101453740
Octal325160253057242050567100
Binary11010101111000010101011010111110100100001010001011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D570AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D570AB; }

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

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

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

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

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

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

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

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