#D53EF6

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

Shades of Free Speech Magenta #D53EF6

Tints of Free Speech Magenta #D53EF6

Color information

#D53EF6 (or 0xD53EF6) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 3E and F6. RGB value is (213,62,246). Sum of RGB (Red+Green+Blue) = 213+62+246=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 62 (24.61% from 255 or 11.90% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #D53EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53EF6 is #2AC109. Grayscale: #7F7F7F. Windows color (decimal): -2801930 or 16137941. OLE color: 16137941.

HSL color Cylindrical-coordinate representation of color #D53EF6: hue angle of 289.24º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53EF6 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21362246-
CMYK0.130.7500.04
HSL289.24º91.09%60.39%-
HSV(B)289.24º74.8%96.47%-
XYZ45.824.2589.45-
YUV128.12194.53188.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 62 (24.61% from 255) = 11.90%
BLUE value IS 246 (96.48% from 255) = 47.22%
R=40.88%
G=11.90%
B=47.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213622460.130.7500.04289.2491.0960.39
HexD53EF6D4B041215b3c
Octal32576366151130444113374
Binary11010101111110111101101101100101101001001000011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53EF6; }

 p { color: rgb(213,62,246); }

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

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

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

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

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

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

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