Html Css Color HEX #D434DF Free Speech Magenta
📋 copy color: '#D434DF'red 212 ◦ green 52 ◦ blue 223
Shades of Free Speech Magenta #D434DF
Tints of Free Speech Magenta #D434DF
RGB
CMYK
RGB Variations
Color information
#D434DF (or 0xD434DF) is known color: Free Speech Magenta. HEX triplet: D4, 34 and DF. RGB value is (212,52,223). Sum of RGB (Red+Green+Blue) = 212+52+223=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #D434DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D434DF is #2BCB20. Grayscale: #767676. Windows color (decimal): -2870049 or 14628052. OLE color: 14628052.
HSL color Cylindrical-coordinate representation of color #D434DF: hue angle of 296.14º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D434DF is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 52 | 223 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.13 |
| HSL | 296.14º | 0.73% | 0.54% | - |
| HSV(B) | 296.14º | 0.77% | 0.87% | - |
| XYZ | 41.7 | 21.78 | 71.82 | - |
| YUV | 119.33 | 186.51 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 223 | 0.05 | 0.77 | 0 | 0.13 | 296.14 | 0.73 | 0.54 |
| Hex | D4 | 34 | DF | 5 | 4D | 0 | D | 128 | 49 | 36 |
| Octal | 324 | 64 | 337 | 5 | 115 | 0 | 15 | 450 | 111 | 66 |
| Binary | 11010100 | 110100 | 11011111 | 101 | 1001101 | 0 | 1101 | 100101000 | 1001001 | 110110 |
Color Harmonies of #D434DF
Complementary color
Monochromatic Colors of #D434DF
Black with #D434DF
Text Example
Text Example
White with #D434DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D434DF; }
p { color: rgb(212,52,223); }
H1.HeaderClassName
{
color: #D434DF;
}
.AnyTagClassName
{
color: #D434DF;
}
</style>
background-color css
<style>
a { background-color: #D434DF; }
a { background-color: rgb(212,52,223); }
div.DivClassName
{
background-color: #D434DF;
}
.BgClassName
{
background-color: #D434DF;
}
</style>
border-color css
<style>
span { border-color: #D434DF; }
span { border-color: rgb(212,52,223); }
td.TdClassName
{
border-color: #D434DF;
}
.TagClassName
{
border-color: #D434DF;
}
</style>