Html Css Color HEX #D34DF0 Free Speech Magenta
📋 copy color: '#D34DF0'red 211 ◦ green 77 ◦ blue 240
Shades of Free Speech Magenta #D34DF0
Tints of Free Speech Magenta #D34DF0
RGB
CMYK
RGB Variations
Color information
#D34DF0 (or 0xD34DF0) is known color: Free Speech Magenta. HEX triplet: D3, 4D and F0. RGB value is (211,77,240). Sum of RGB (Red+Green+Blue) = 211+77+240=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #D34DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34DF0 is #2CB20F. Grayscale: #878787. Windows color (decimal): -2929168 or 15748563. OLE color: 15748563.
HSL color Cylindrical-coordinate representation of color #D34DF0: hue angle of 289.33º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34DF0 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 77 | 240 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.06 |
| HSL | 289.33º | 0.84% | 0.62% | - |
| HSV(B) | 289.33º | 0.68% | 0.94% | - |
| XYZ | 45.25 | 25.45 | 84.97 | - |
| YUV | 135.65 | 186.89 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 240 | 0.12 | 0.68 | 0 | 0.06 | 289.33 | 0.84 | 0.62 |
| Hex | D3 | 4D | F0 | C | 44 | 0 | 6 | 121 | 54 | 3E |
| Octal | 323 | 115 | 360 | 14 | 104 | 0 | 6 | 441 | 124 | 76 |
| Binary | 11010011 | 1001101 | 11110000 | 1100 | 1000100 | 0 | 110 | 100100001 | 1010100 | 111110 |
Color Harmonies of #D34DF0
Complementary color
Monochromatic Colors of #D34DF0
Black with #D34DF0
Text Example
Text Example
White with #D34DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34DF0; }
p { color: rgb(211,77,240); }
H1.HeaderClassName
{
color: #D34DF0;
}
.AnyTagClassName
{
color: #D34DF0;
}
</style>
background-color css
<style>
a { background-color: #D34DF0; }
a { background-color: rgb(211,77,240); }
div.DivClassName
{
background-color: #D34DF0;
}
.BgClassName
{
background-color: #D34DF0;
}
</style>
border-color css
<style>
span { border-color: #D34DF0; }
span { border-color: rgb(211,77,240); }
td.TdClassName
{
border-color: #D34DF0;
}
.TagClassName
{
border-color: #D34DF0;
}
</style>