Html Css Color HEX #D43FDD Free Speech Magenta
📋 copy color: '#D43FDD'red 212 ◦ green 63 ◦ blue 221
Shades of Free Speech Magenta #D43FDD
Tints of Free Speech Magenta #D43FDD
RGB
CMYK
RGB Variations
Color information
#D43FDD (or 0xD43FDD) is known color: Free Speech Magenta. HEX triplet: D4, 3F and DD. RGB value is (212,63,221). Sum of RGB (Red+Green+Blue) = 212+63+221=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #D43FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43FDD is #2BC022. Grayscale: #7D7D7D. Windows color (decimal): -2867235 or 14499796. OLE color: 14499796.
HSL color Cylindrical-coordinate representation of color #D43FDD: hue angle of 296.58º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43FDD is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 63 | 221 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.13 |
| HSL | 296.58º | 0.7% | 0.56% | - |
| HSV(B) | 296.58º | 0.71% | 0.87% | - |
| XYZ | 41.98 | 22.77 | 70.59 | - |
| YUV | 125.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 221 | 0.04 | 0.71 | 0 | 0.13 | 296.58 | 0.7 | 0.56 |
| Hex | D4 | 3F | DD | 4 | 47 | 0 | D | 129 | 46 | 38 |
| Octal | 324 | 77 | 335 | 4 | 107 | 0 | 15 | 451 | 106 | 70 |
| Binary | 11010100 | 111111 | 11011101 | 100 | 1000111 | 0 | 1101 | 100101001 | 1000110 | 111000 |
Color Harmonies of #D43FDD
Complementary color
Monochromatic Colors of #D43FDD
Black with #D43FDD
Text Example
Text Example
White with #D43FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43FDD; }
p { color: rgb(212,63,221); }
H1.HeaderClassName
{
color: #D43FDD;
}
.AnyTagClassName
{
color: #D43FDD;
}
</style>
background-color css
<style>
a { background-color: #D43FDD; }
a { background-color: rgb(212,63,221); }
div.DivClassName
{
background-color: #D43FDD;
}
.BgClassName
{
background-color: #D43FDD;
}
</style>
border-color css
<style>
span { border-color: #D43FDD; }
span { border-color: rgb(212,63,221); }
td.TdClassName
{
border-color: #D43FDD;
}
.TagClassName
{
border-color: #D43FDD;
}
</style>