#D53FD5

Color #D53FD5 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D53FD5

Tints of Free Speech Magenta #D53FD5

Color information

#D53FD5 (or 0xD53FD5) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 3F and D5. RGB value is (213,63,213). Sum of RGB (Red+Green+Blue) = 213+63+213=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D53FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FD5 is #2AC02A. Grayscale: #7C7C7C. Windows color (decimal): -2801707 or 13975509. OLE color: 13975509.

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

Color convert

RGB21363213-
CMYK00.7000.16
HSL300º64.1%54.12%-
HSV(B)300º70.42%83.53%-
XYZ41.2322.5165.12-
YUV124.95177.7190.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 63 (25% from 255) = 12.88%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=43.56%
G=12.88%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2136321300.7000.1630064.154.12
HexD53FD504601012c4036
Octal32577325010602045410066
Binary1101010111111111010101010001100100001001011001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53FD5; }

 p { color: rgb(213,63,213); }

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

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

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

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

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

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

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