Html Css Color HEX #D52FDF Free Speech Magenta
📋 copy color: '#D52FDF'red 213 ◦ green 47 ◦ blue 223
Shades of Free Speech Magenta #D52FDF
Tints of Free Speech Magenta #D52FDF
RGB
CMYK
RGB Variations
Color information
#D52FDF (or 0xD52FDF) is known color: Free Speech Magenta. HEX triplet: D5, 2F and DF. RGB value is (213,47,223). Sum of RGB (Red+Green+Blue) = 213+47+223=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 47 (18.75% from 255 or 9.73% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #D52FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FDF is #2AD020. Grayscale: #747474. Windows color (decimal): -2805793 or 14626773. OLE color: 14626773.
HSL color Cylindrical-coordinate representation of color #D52FDF: hue angle of 296.59º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52FDF is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 47 | 223 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.13 |
| HSL | 296.59º | 0.73% | 0.53% | - |
| HSV(B) | 296.59º | 0.79% | 0.87% | - |
| XYZ | 41.78 | 21.51 | 71.76 | - |
| YUV | 116.7 | 188 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 223 | 0.04 | 0.79 | 0 | 0.13 | 296.59 | 0.73 | 0.53 |
| Hex | D5 | 2F | DF | 4 | 4F | 0 | D | 129 | 49 | 35 |
| Octal | 325 | 57 | 337 | 4 | 117 | 0 | 15 | 451 | 111 | 65 |
| Binary | 11010101 | 101111 | 11011111 | 100 | 1001111 | 0 | 1101 | 100101001 | 1001001 | 110101 |
Color Harmonies of #D52FDF
Complementary color
Monochromatic Colors of #D52FDF
Black with #D52FDF
Text Example
Text Example
White with #D52FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FDF; }
p { color: rgb(213,47,223); }
H1.HeaderClassName
{
color: #D52FDF;
}
.AnyTagClassName
{
color: #D52FDF;
}
</style>
background-color css
<style>
a { background-color: #D52FDF; }
a { background-color: rgb(213,47,223); }
div.DivClassName
{
background-color: #D52FDF;
}
.BgClassName
{
background-color: #D52FDF;
}
</style>
border-color css
<style>
span { border-color: #D52FDF; }
span { border-color: rgb(213,47,223); }
td.TdClassName
{
border-color: #D52FDF;
}
.TagClassName
{
border-color: #D52FDF;
}
</style>