Html Css Color HEX #D52FDB Free Speech Magenta
📋 copy color: '#D52FDB'red 213 ◦ green 47 ◦ blue 219
Shades of Free Speech Magenta #D52FDB
Tints of Free Speech Magenta #D52FDB
RGB
CMYK
RGB Variations
Color information
#D52FDB (or 0xD52FDB) is known color: Free Speech Magenta. HEX triplet: D5, 2F and DB. RGB value is (213,47,219). Sum of RGB (Red+Green+Blue) = 213+47+219=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #D52FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52FDB is #2AD024. Grayscale: #737373. Windows color (decimal): -2805797 or 14364629. OLE color: 14364629.
HSL color Cylindrical-coordinate representation of color #D52FDB: hue angle of 297.91º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52FDB is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 47 | 219 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.14 |
| HSL | 297.91º | 0.7% | 0.52% | - |
| HSV(B) | 297.91º | 0.79% | 0.86% | - |
| XYZ | 41.24 | 21.29 | 68.95 | - |
| YUV | 116.24 | 186 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 219 | 0.03 | 0.79 | 0 | 0.14 | 297.91 | 0.7 | 0.52 |
| Hex | D5 | 2F | DB | 3 | 4F | 0 | E | 12A | 46 | 34 |
| Octal | 325 | 57 | 333 | 3 | 117 | 0 | 16 | 452 | 106 | 64 |
| Binary | 11010101 | 101111 | 11011011 | 11 | 1001111 | 0 | 1110 | 100101010 | 1000110 | 110100 |
Color Harmonies of #D52FDB
Complementary color
Monochromatic Colors of #D52FDB
Black with #D52FDB
Text Example
Text Example
White with #D52FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FDB; }
p { color: rgb(213,47,219); }
H1.HeaderClassName
{
color: #D52FDB;
}
.AnyTagClassName
{
color: #D52FDB;
}
</style>
background-color css
<style>
a { background-color: #D52FDB; }
a { background-color: rgb(213,47,219); }
div.DivClassName
{
background-color: #D52FDB;
}
.BgClassName
{
background-color: #D52FDB;
}
</style>
border-color css
<style>
span { border-color: #D52FDB; }
span { border-color: rgb(213,47,219); }
td.TdClassName
{
border-color: #D52FDB;
}
.TagClassName
{
border-color: #D52FDB;
}
</style>