#D53EC6

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

Shades of Fuchsia #D53EC6

Tints of Fuchsia #D53EC6

Color information

#D53EC6 (or 0xD53EC6) is unknown color: approx Fuchsia. HEX triplet: D5, 3E and C6. RGB value is (213,62,198). Sum of RGB (Red+Green+Blue) = 213+62+198=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D53EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53EC6 is #2AC139. Grayscale: #7A7A7A. Windows color (decimal): -2801978 or 12992213. OLE color: 12992213.

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

Color convert

RGB21362198-
CMYK00.710.070.16
HSL305.96º64.26%53.92%-
HSV(B)305.96º70.89%83.53%-
XYZ39.3621.6755.53-
YUV122.65170.53192.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 62 (24.61% from 255) = 13.11%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=45.03%
G=13.11%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136219800.710.070.16305.9664.2653.92
HexD53EC60477101324036
Octal32576306010772046210066
Binary110101011111101100011001000111111100001001100101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53EC6; }

 p { color: rgb(213,62,198); }

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

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

 a { background-color: rgb(213,62,198); }

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

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

 span { border-color: rgb(213,62,198); }

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