#D53DE4

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

Shades of Free Speech Magenta #D53DE4

Tints of Free Speech Magenta #D53DE4

Color information

#D53DE4 (or 0xD53DE4) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 3D and E4. RGB value is (213,61,228). Sum of RGB (Red+Green+Blue) = 213+61+228=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #D53DE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DE4 is #2AC21B. Grayscale: #7C7C7C. Windows color (decimal): -2802204 or 14958037. OLE color: 14958037.

HSL color Cylindrical-coordinate representation of color #D53DE4: hue angle of 294.61º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53DE4 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21361228-
CMYK0.070.7300.11
HSL294.61º75.57%56.67%-
HSV(B)294.61º73.25%89.41%-
XYZ43.1123.0975.58-
YUV125.49185.86190.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 61 (24.22% from 255) = 12.15%
BLUE value IS 228 (89.45% from 255) = 45.42%
R=42.43%
G=12.15%
B=45.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal213612280.070.7300.11294.6175.5756.67
HexD53DE47490B1274c39
Octal32575344711101344711471
Binary11010101111101111001001111001001010111001001111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53DE4; }

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

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

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

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

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

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

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

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