#D563A0

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

Shades of Hopbush #D563A0

Tints of Hopbush #D563A0

Color information

#D563A0 (or 0xD563A0) is unknown color: approx Hopbush. HEX triplet: D5, 63 and A0. RGB value is (213,99,160). Sum of RGB (Red+Green+Blue) = 213+99+160=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D563A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D563A0 is #2A9C5F. Grayscale: #8B8B8B. Windows color (decimal): -2792544 or 10511317. OLE color: 10511317.

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

Color convert

RGB21399160-
CMYK00.540.250.16
HSL327.89º57.58%61.18%-
HSV(B)327.89º53.52%83.53%-
XYZ38.2525.6136.18-
YUV140.04139.27180.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 99 (39.06% from 255) = 20.97%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=45.13%
G=20.97%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139916000.540.250.16327.8957.5861.18
HexD563A003619101483a3d
Octal32514324006631205107275
Binary1101010111000111010000001101101100110000101001000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D563A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D563A0; }

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

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

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

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

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

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

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

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