#D563A9

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

Shades of Hopbush #D563A9

Tints of Hopbush #D563A9

Color information

#D563A9 (or 0xD563A9) is unknown color: approx Hopbush. HEX triplet: D5, 63 and A9. RGB value is (213,99,169). Sum of RGB (Red+Green+Blue) = 213+99+169=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D563A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D563A9 is #2A9C56. Grayscale: #8C8C8C. Windows color (decimal): -2792535 or 11101141. OLE color: 11101141.

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

Color convert

RGB21399169-
CMYK00.540.210.16
HSL323.16º57.58%61.18%-
HSV(B)323.16º53.52%83.53%-
XYZ39.0625.9340.48-
YUV141.07143.77179.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 169 (66.41% from 255) = 35.14%
R=44.28%
G=20.58%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139916900.540.210.16323.1657.5861.18
HexD563A903615101433a3d
Octal32514325106625205037275
Binary1101010111000111010100101101101010110000101000011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D563A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D563A9; }

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

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

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

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

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

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

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

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