Html Css Color HEX #D53EF2 Free Speech Magenta
📋 copy color: '#D53EF2'red 213 ◦ green 62 ◦ blue 242
Shades of Free Speech Magenta #D53EF2
Tints of Free Speech Magenta #D53EF2
RGB
CMYK
RGB Variations
Color information
#D53EF2 (or 0xD53EF2) is known color: Free Speech Magenta. HEX triplet: D5, 3E and F2. RGB value is (213,62,242). Sum of RGB (Red+Green+Blue) = 213+62+242=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 62 (24.61% from 255 or 11.99% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #D53EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53EF2 is #2AC10D. Grayscale: #7F7F7F. Windows color (decimal): -2801934 or 15875797. OLE color: 15875797.
HSL color Cylindrical-coordinate representation of color #D53EF2: hue angle of 290.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53EF2 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 62 | 242 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.05 |
| HSL | 290.33º | 0.87% | 0.6% | - |
| HSV(B) | 290.33º | 0.74% | 0.95% | - |
| XYZ | 45.19 | 24 | 86.26 | - |
| YUV | 127.67 | 192.53 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 242 | 0.12 | 0.74 | 0 | 0.05 | 290.33 | 0.87 | 0.6 |
| Hex | D5 | 3E | F2 | C | 4A | 0 | 5 | 122 | 57 | 3C |
| Octal | 325 | 76 | 362 | 14 | 112 | 0 | 5 | 442 | 127 | 74 |
| Binary | 11010101 | 111110 | 11110010 | 1100 | 1001010 | 0 | 101 | 100100010 | 1010111 | 111100 |
Color Harmonies of #D53EF2
Complementary color
Monochromatic Colors of #D53EF2
Black with #D53EF2
Text Example
Text Example
White with #D53EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53EF2; }
p { color: rgb(213,62,242); }
H1.HeaderClassName
{
color: #D53EF2;
}
.AnyTagClassName
{
color: #D53EF2;
}
</style>
background-color css
<style>
a { background-color: #D53EF2; }
a { background-color: rgb(213,62,242); }
div.DivClassName
{
background-color: #D53EF2;
}
.BgClassName
{
background-color: #D53EF2;
}
</style>
border-color css
<style>
span { border-color: #D53EF2; }
span { border-color: rgb(213,62,242); }
td.TdClassName
{
border-color: #D53EF2;
}
.TagClassName
{
border-color: #D53EF2;
}
</style>