Html Css Color HEX #D34FDF Free Speech Magenta
📋 copy color: '#D34FDF'red 211 ◦ green 79 ◦ blue 223
Shades of Free Speech Magenta #D34FDF
Tints of Free Speech Magenta #D34FDF
RGB
CMYK
RGB Variations
Color information
#D34FDF (or 0xD34FDF) is known color: Free Speech Magenta. HEX triplet: D3, 4F and DF. RGB value is (211,79,223). Sum of RGB (Red+Green+Blue) = 211+79+223=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #D34FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34FDF is #2CB020. Grayscale: #868686. Windows color (decimal): -2928673 or 14634963. OLE color: 14634963.
HSL color Cylindrical-coordinate representation of color #D34FDF: hue angle of 295º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34FDF is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 79 | 223 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.13 |
| HSL | 295º | 0.69% | 0.59% | - |
| HSV(B) | 295º | 0.65% | 0.87% | - |
| XYZ | 42.98 | 24.77 | 72.33 | - |
| YUV | 134.88 | 177.73 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 223 | 0.05 | 0.65 | 0 | 0.13 | 295 | 0.69 | 0.59 |
| Hex | D3 | 4F | DF | 5 | 41 | 0 | D | 127 | 45 | 3B |
| Octal | 323 | 117 | 337 | 5 | 101 | 0 | 15 | 447 | 105 | 73 |
| Binary | 11010011 | 1001111 | 11011111 | 101 | 1000001 | 0 | 1101 | 100100111 | 1000101 | 111011 |
Color Harmonies of #D34FDF
Complementary color
Monochromatic Colors of #D34FDF
Black with #D34FDF
Text Example
Text Example
White with #D34FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FDF; }
p { color: rgb(211,79,223); }
H1.HeaderClassName
{
color: #D34FDF;
}
.AnyTagClassName
{
color: #D34FDF;
}
</style>
background-color css
<style>
a { background-color: #D34FDF; }
a { background-color: rgb(211,79,223); }
div.DivClassName
{
background-color: #D34FDF;
}
.BgClassName
{
background-color: #D34FDF;
}
</style>
border-color css
<style>
span { border-color: #D34FDF; }
span { border-color: rgb(211,79,223); }
td.TdClassName
{
border-color: #D34FDF;
}
.TagClassName
{
border-color: #D34FDF;
}
</style>