#D563B4

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

Shades of Fuchsia #D563B4

Tints of Fuchsia #D563B4

Color information

#D563B4 (or 0xD563B4) is unknown color: approx Fuchsia. HEX triplet: D5, 63 and B4. RGB value is (213,99,180). Sum of RGB (Red+Green+Blue) = 213+99+180=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D563B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563B4 is #2A9C4B. Grayscale: #8E8E8E. Windows color (decimal): -2792524 or 11822037. OLE color: 11822037.

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

Color convert

RGB21399180-
CMYK00.540.150.16
HSL317.37º57.58%61.18%-
HSV(B)317.37º53.52%83.53%-
XYZ40.1426.3746.15-
YUV142.32149.27178.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 99 (39.06% from 255) = 20.12%
BLUE value IS 180 (70.70% from 255) = 36.59%
R=43.29%
G=20.12%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139918000.540.150.16317.3757.5861.18
HexD563B4036F1013d3a3d
Octal32514326406617204757275
Binary110101011100011101101000110110111110000100111101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D563B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D563B4; }

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

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

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

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

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

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

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

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