#D563AB

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

Shades of Hopbush #D563AB

Tints of Hopbush #D563AB

Color information

#D563AB (or 0xD563AB) is unknown color: approx Hopbush. HEX triplet: D5, 63 and AB. RGB value is (213,99,171). Sum of RGB (Red+Green+Blue) = 213+99+171=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D563AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D563AB is #2A9C54. Grayscale: #8D8D8D. Windows color (decimal): -2792533 or 11232213. OLE color: 11232213.

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

Color convert

RGB21399171-
CMYK00.540.200.16
HSL322.11º57.58%61.18%-
HSV(B)322.11º53.52%83.53%-
XYZ39.2526.0141.48-
YUV141.29144.77179.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=44.10%
G=20.50%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139917100.540.200.16322.1157.5861.18
HexD563AB03614101423a3d
Octal32514325306624205027275
Binary1101010111000111010101101101101010010000101000010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D563AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D563AB; }

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

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

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

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

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

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

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

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