#D569A9

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

Shades of Hopbush #D569A9

Tints of Hopbush #D569A9

Color information

#D569A9 (or 0xD569A9) is unknown color: approx Hopbush. HEX triplet: D5, 69 and A9. RGB value is (213,105,169). Sum of RGB (Red+Green+Blue) = 213+105+169=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D569A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D569A9 is #2A9656. Grayscale: #909090. Windows color (decimal): -2790999 or 11102677. OLE color: 11102677.

HSL color Cylindrical-coordinate representation of color #D569A9: hue angle of 324.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D569A9 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB213105169-
CMYK00.510.210.16
HSL324.44º56.25%62.35%-
HSV(B)324.44º50.7%83.53%-
XYZ39.6527.1140.68-
YUV144.59141.78176.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 105 (41.41% from 255) = 21.56%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=43.74%
G=21.56%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310516900.510.210.16324.4456.2562.35
HexD569A90331510144383e
Octal32515125106325205047076
Binary1101010111010011010100101100111010110000101000100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D569A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D569A9; }

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

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

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

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

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

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

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

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