#D53DC1

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

Shades of Fuchsia #D53DC1

Tints of Fuchsia #D53DC1

Color information

#D53DC1 (or 0xD53DC1) is unknown color: approx Fuchsia. HEX triplet: D5, 3D and C1. RGB value is (213,61,193). Sum of RGB (Red+Green+Blue) = 213+61+193=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DC1 is #2AC23E. Grayscale: #797979. Windows color (decimal): -2802239 or 12664277. OLE color: 12664277.

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

Color convert

RGB21361193-
CMYK00.710.090.16
HSL307.89º64.41%53.73%-
HSV(B)307.89º71.36%83.53%-
XYZ38.7321.3352.53-
YUV121.5168.36193.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 61 (24.22% from 255) = 13.06%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=45.61%
G=13.06%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136119300.710.090.16307.8964.4153.73
HexD53DC10479101344036
Octal325753010107112046410066
Binary1101010111110111000001010001111001100001001101001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53DC1; }

 p { color: rgb(213,61,193); }

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

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

 a { background-color: rgb(213,61,193); }

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

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

 span { border-color: rgb(213,61,193); }

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