Html Css Color HEX #D42FDD Free Speech Magenta
📋 copy color: '#D42FDD'red 212 ◦ green 47 ◦ blue 221
Shades of Free Speech Magenta #D42FDD
Tints of Free Speech Magenta #D42FDD
RGB
CMYK
RGB Variations
Color information
#D42FDD (or 0xD42FDD) is known color: Free Speech Magenta. HEX triplet: D4, 2F and DD. RGB value is (212,47,221). Sum of RGB (Red+Green+Blue) = 212+47+221=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #D42FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FDD is #2BD022. Grayscale: #737373. Windows color (decimal): -2871331 or 14495700. OLE color: 14495700.
HSL color Cylindrical-coordinate representation of color #D42FDD: hue angle of 296.9º degrees, saturation: 0.72, 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 #D42FDD is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 47 | 221 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.13 |
| HSL | 296.9º | 0.72% | 0.53% | - |
| HSV(B) | 296.9º | 0.79% | 0.87% | - |
| XYZ | 41.22 | 21.25 | 70.34 | - |
| YUV | 116.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 221 | 0.04 | 0.79 | 0 | 0.13 | 296.9 | 0.72 | 0.53 |
| Hex | D4 | 2F | DD | 4 | 4F | 0 | D | 129 | 48 | 35 |
| Octal | 324 | 57 | 335 | 4 | 117 | 0 | 15 | 451 | 110 | 65 |
| Binary | 11010100 | 101111 | 11011101 | 100 | 1001111 | 0 | 1101 | 100101001 | 1001000 | 110101 |
Color Harmonies of #D42FDD
Complementary color
Monochromatic Colors of #D42FDD
Black with #D42FDD
Text Example
Text Example
White with #D42FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FDD; }
p { color: rgb(212,47,221); }
H1.HeaderClassName
{
color: #D42FDD;
}
.AnyTagClassName
{
color: #D42FDD;
}
</style>
background-color css
<style>
a { background-color: #D42FDD; }
a { background-color: rgb(212,47,221); }
div.DivClassName
{
background-color: #D42FDD;
}
.BgClassName
{
background-color: #D42FDD;
}
</style>
border-color css
<style>
span { border-color: #D42FDD; }
span { border-color: rgb(212,47,221); }
td.TdClassName
{
border-color: #D42FDD;
}
.TagClassName
{
border-color: #D42FDD;
}
</style>