Html Css Color HEX #D34FE1 Free Speech Magenta
📋 copy color: '#D34FE1'red 211 ◦ green 79 ◦ blue 225
Shades of Free Speech Magenta #D34FE1
Tints of Free Speech Magenta #D34FE1
RGB
CMYK
RGB Variations
Color information
#D34FE1 (or 0xD34FE1) is known color: Free Speech Magenta. HEX triplet: D3, 4F and E1. RGB value is (211,79,225). Sum of RGB (Red+Green+Blue) = 211+79+225=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #D34FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34FE1 is #2CB01E. Grayscale: #868686. Windows color (decimal): -2928671 or 14766035. OLE color: 14766035.
HSL color Cylindrical-coordinate representation of color #D34FE1: hue angle of 294.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34FE1 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 79 | 225 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.12 |
| HSL | 294.25º | 0.71% | 0.6% | - |
| HSV(B) | 294.25º | 0.65% | 0.88% | - |
| XYZ | 43.25 | 24.88 | 73.76 | - |
| YUV | 135.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 225 | 0.06 | 0.65 | 0 | 0.12 | 294.25 | 0.71 | 0.6 |
| Hex | D3 | 4F | E1 | 6 | 41 | 0 | C | 126 | 47 | 3C |
| Octal | 323 | 117 | 341 | 6 | 101 | 0 | 14 | 446 | 107 | 74 |
| Binary | 11010011 | 1001111 | 11100001 | 110 | 1000001 | 0 | 1100 | 100100110 | 1000111 | 111100 |
Color Harmonies of #D34FE1
Complementary color
Monochromatic Colors of #D34FE1
Black with #D34FE1
Text Example
Text Example
White with #D34FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FE1; }
p { color: rgb(211,79,225); }
H1.HeaderClassName
{
color: #D34FE1;
}
.AnyTagClassName
{
color: #D34FE1;
}
</style>
background-color css
<style>
a { background-color: #D34FE1; }
a { background-color: rgb(211,79,225); }
div.DivClassName
{
background-color: #D34FE1;
}
.BgClassName
{
background-color: #D34FE1;
}
</style>
border-color css
<style>
span { border-color: #D34FE1; }
span { border-color: rgb(211,79,225); }
td.TdClassName
{
border-color: #D34FE1;
}
.TagClassName
{
border-color: #D34FE1;
}
</style>