Html Css Color HEX #D34FE4 Free Speech Magenta
📋 copy color: '#D34FE4'red 211 ◦ green 79 ◦ blue 228
Shades of Free Speech Magenta #D34FE4
Tints of Free Speech Magenta #D34FE4
RGB
CMYK
RGB Variations
Color information
#D34FE4 (or 0xD34FE4) is known color: Free Speech Magenta. HEX triplet: D3, 4F and E4. RGB value is (211,79,228). Sum of RGB (Red+Green+Blue) = 211+79+228=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #D34FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34FE4 is #2CB01B. Grayscale: #868686. Windows color (decimal): -2928668 or 14962643. OLE color: 14962643.
HSL color Cylindrical-coordinate representation of color #D34FE4: hue angle of 293.15º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34FE4 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 79 | 228 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.11 |
| HSL | 293.15º | 0.73% | 0.6% | - |
| HSV(B) | 293.15º | 0.65% | 0.89% | - |
| XYZ | 43.66 | 25.04 | 75.93 | - |
| YUV | 135.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 228 | 0.07 | 0.65 | 0 | 0.11 | 293.15 | 0.73 | 0.6 |
| Hex | D3 | 4F | E4 | 7 | 41 | 0 | B | 125 | 49 | 3C |
| Octal | 323 | 117 | 344 | 7 | 101 | 0 | 13 | 445 | 111 | 74 |
| Binary | 11010011 | 1001111 | 11100100 | 111 | 1000001 | 0 | 1011 | 100100101 | 1001001 | 111100 |
Color Harmonies of #D34FE4
Complementary color
Monochromatic Colors of #D34FE4
Black with #D34FE4
Text Example
Text Example
White with #D34FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FE4; }
p { color: rgb(211,79,228); }
H1.HeaderClassName
{
color: #D34FE4;
}
.AnyTagClassName
{
color: #D34FE4;
}
</style>
background-color css
<style>
a { background-color: #D34FE4; }
a { background-color: rgb(211,79,228); }
div.DivClassName
{
background-color: #D34FE4;
}
.BgClassName
{
background-color: #D34FE4;
}
</style>
border-color css
<style>
span { border-color: #D34FE4; }
span { border-color: rgb(211,79,228); }
td.TdClassName
{
border-color: #D34FE4;
}
.TagClassName
{
border-color: #D34FE4;
}
</style>