Html Css Color HEX #D34DE6 Free Speech Magenta
📋 copy color: '#D34DE6'red 211 ◦ green 77 ◦ blue 230
Shades of Free Speech Magenta #D34DE6
Tints of Free Speech Magenta #D34DE6
RGB
CMYK
RGB Variations
Color information
#D34DE6 (or 0xD34DE6) is known color: Free Speech Magenta. HEX triplet: D3, 4D and E6. RGB value is (211,77,230). Sum of RGB (Red+Green+Blue) = 211+77+230=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 77 (30.47% from 255 or 14.86% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #D34DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34DE6 is #2CB219. Grayscale: #868686. Windows color (decimal): -2929178 or 15093203. OLE color: 15093203.
HSL color Cylindrical-coordinate representation of color #D34DE6: hue angle of 292.55º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34DE6 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 77 | 230 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.10 |
| HSL | 292.55º | 0.75% | 0.6% | - |
| HSV(B) | 292.55º | 0.67% | 0.9% | - |
| XYZ | 43.8 | 24.87 | 77.35 | - |
| YUV | 134.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 230 | 0.08 | 0.67 | 0 | 0.10 | 292.55 | 0.75 | 0.6 |
| Hex | D3 | 4D | E6 | 8 | 43 | 0 | A | 125 | 4B | 3C |
| Octal | 323 | 115 | 346 | 10 | 103 | 0 | 12 | 445 | 113 | 74 |
| Binary | 11010011 | 1001101 | 11100110 | 1000 | 1000011 | 0 | 1010 | 100100101 | 1001011 | 111100 |
Color Harmonies of #D34DE6
Complementary color
Monochromatic Colors of #D34DE6
Black with #D34DE6
Text Example
Text Example
White with #D34DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34DE6; }
p { color: rgb(211,77,230); }
H1.HeaderClassName
{
color: #D34DE6;
}
.AnyTagClassName
{
color: #D34DE6;
}
</style>
background-color css
<style>
a { background-color: #D34DE6; }
a { background-color: rgb(211,77,230); }
div.DivClassName
{
background-color: #D34DE6;
}
.BgClassName
{
background-color: #D34DE6;
}
</style>
border-color css
<style>
span { border-color: #D34DE6; }
span { border-color: rgb(211,77,230); }
td.TdClassName
{
border-color: #D34DE6;
}
.TagClassName
{
border-color: #D34DE6;
}
</style>