#D53DC7

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

Shades of Fuchsia #D53DC7

Tints of Fuchsia #D53DC7

Color information

#D53DC7 (or 0xD53DC7) is unknown color: approx Fuchsia. HEX triplet: D5, 3D and C7. RGB value is (213,61,199). Sum of RGB (Red+Green+Blue) = 213+61+199=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D53DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DC7 is #2AC238. Grayscale: #797979. Windows color (decimal): -2802233 or 13057493. OLE color: 13057493.

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

Color convert

RGB21361199-
CMYK00.710.070.16
HSL305.53º64.41%53.73%-
HSV(B)305.53º71.36%83.53%-
XYZ39.4221.6156.13-
YUV122.18171.36192.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 61 (24.22% from 255) = 12.90%
BLUE value IS 199 (78.12% from 255) = 42.07%
R=45.03%
G=12.90%
B=42.07%

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
Decimal2136119900.710.070.16305.5364.4153.73
HexD53DC70477101324036
Octal32575307010772046210066
Binary110101011111011100011101000111111100001001100101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53DC7; }

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

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

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

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

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

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

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

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