#D53DC6

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

Shades of Fuchsia #D53DC6

Tints of Fuchsia #D53DC6

Color information

#D53DC6 (or 0xD53DC6) is unknown color: approx Fuchsia. HEX triplet: D5, 3D and C6. RGB value is (213,61,198). Sum of RGB (Red+Green+Blue) = 213+61+198=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DC6 is #2AC239. Grayscale: #797979. Windows color (decimal): -2802234 or 12991957. OLE color: 12991957.

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

Color convert

RGB21361198-
CMYK00.710.070.16
HSL305.92º64.41%53.73%-
HSV(B)305.92º71.36%83.53%-
XYZ39.321.5655.52-
YUV122.07170.86192.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 61 (24.22% from 255) = 12.92%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=45.13%
G=12.92%
B=41.95%

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
Decimal2136119800.710.070.16305.9264.4153.73
HexD53DC60477101324036
Octal32575306010772046210066
Binary110101011111011100011001000111111100001001100101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53DC6; }

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

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

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

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

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

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

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

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