Html Css Color HEX #D53AF1 Free Speech Magenta
📋 copy color: '#D53AF1'red 213 ◦ green 58 ◦ blue 241
Shades of Free Speech Magenta #D53AF1
Tints of Free Speech Magenta #D53AF1
RGB
CMYK
RGB Variations
Color information
#D53AF1 (or 0xD53AF1) is known color: Free Speech Magenta. HEX triplet: D5, 3A and F1. RGB value is (213,58,241). Sum of RGB (Red+Green+Blue) = 213+58+241=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #D53AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53AF1 is #2AC50E. Grayscale: #7C7C7C. Windows color (decimal): -2802959 or 15809237. OLE color: 15809237.
HSL color Cylindrical-coordinate representation of color #D53AF1: hue angle of 290.82º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53AF1 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 58 | 241 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.05 |
| HSL | 290.82º | 0.87% | 0.59% | - |
| HSV(B) | 290.82º | 0.76% | 0.95% | - |
| XYZ | 44.83 | 23.52 | 85.4 | - |
| YUV | 125.21 | 193.35 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 241 | 0.12 | 0.76 | 0 | 0.05 | 290.82 | 0.87 | 0.59 |
| Hex | D5 | 3A | F1 | C | 4C | 0 | 5 | 123 | 57 | 3B |
| Octal | 325 | 72 | 361 | 14 | 114 | 0 | 5 | 443 | 127 | 73 |
| Binary | 11010101 | 111010 | 11110001 | 1100 | 1001100 | 0 | 101 | 100100011 | 1010111 | 111011 |
Color Harmonies of #D53AF1
Complementary color
Monochromatic Colors of #D53AF1
Black with #D53AF1
Text Example
Text Example
White with #D53AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53AF1; }
p { color: rgb(213,58,241); }
H1.HeaderClassName
{
color: #D53AF1;
}
.AnyTagClassName
{
color: #D53AF1;
}
</style>
background-color css
<style>
a { background-color: #D53AF1; }
a { background-color: rgb(213,58,241); }
div.DivClassName
{
background-color: #D53AF1;
}
.BgClassName
{
background-color: #D53AF1;
}
</style>
border-color css
<style>
span { border-color: #D53AF1; }
span { border-color: rgb(213,58,241); }
td.TdClassName
{
border-color: #D53AF1;
}
.TagClassName
{
border-color: #D53AF1;
}
</style>