Html Css Color HEX #D42FDB Free Speech Magenta
📋 copy color: '#D42FDB'red 212 ◦ green 47 ◦ blue 219
Shades of Free Speech Magenta #D42FDB
Tints of Free Speech Magenta #D42FDB
RGB
CMYK
RGB Variations
Color information
#D42FDB (or 0xD42FDB) is known color: Free Speech Magenta. HEX triplet: D4, 2F and DB. RGB value is (212,47,219). Sum of RGB (Red+Green+Blue) = 212+47+219=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #D42FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FDB is #2BD024. Grayscale: #737373. Windows color (decimal): -2871333 or 14364628. OLE color: 14364628.
HSL color Cylindrical-coordinate representation of color #D42FDB: hue angle of 297.56º 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 #D42FDB is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 47 | 219 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.14 |
| HSL | 297.56º | 0.7% | 0.52% | - |
| HSV(B) | 297.56º | 0.79% | 0.86% | - |
| XYZ | 40.95 | 21.14 | 68.94 | - |
| YUV | 115.94 | 186.16 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 219 | 0.03 | 0.79 | 0 | 0.14 | 297.56 | 0.7 | 0.52 |
| Hex | D4 | 2F | DB | 3 | 4F | 0 | E | 12A | 46 | 34 |
| Octal | 324 | 57 | 333 | 3 | 117 | 0 | 16 | 452 | 106 | 64 |
| Binary | 11010100 | 101111 | 11011011 | 11 | 1001111 | 0 | 1110 | 100101010 | 1000110 | 110100 |
Color Harmonies of #D42FDB
Complementary color
Monochromatic Colors of #D42FDB
Black with #D42FDB
Text Example
Text Example
White with #D42FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FDB; }
p { color: rgb(212,47,219); }
H1.HeaderClassName
{
color: #D42FDB;
}
.AnyTagClassName
{
color: #D42FDB;
}
</style>
background-color css
<style>
a { background-color: #D42FDB; }
a { background-color: rgb(212,47,219); }
div.DivClassName
{
background-color: #D42FDB;
}
.BgClassName
{
background-color: #D42FDB;
}
</style>
border-color css
<style>
span { border-color: #D42FDB; }
span { border-color: rgb(212,47,219); }
td.TdClassName
{
border-color: #D42FDB;
}
.TagClassName
{
border-color: #D42FDB;
}
</style>