Html Css Color HEX #D34DEE Free Speech Magenta
📋 copy color: '#D34DEE'red 211 ◦ green 77 ◦ blue 238
Shades of Free Speech Magenta #D34DEE
Tints of Free Speech Magenta #D34DEE
RGB
CMYK
RGB Variations
Color information
#D34DEE (or 0xD34DEE) is known color: Free Speech Magenta. HEX triplet: D3, 4D and EE. RGB value is (211,77,238). Sum of RGB (Red+Green+Blue) = 211+77+238=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #D34DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34DEE is #2CB211. Grayscale: #868686. Windows color (decimal): -2929170 or 15617491. OLE color: 15617491.
HSL color Cylindrical-coordinate representation of color #D34DEE: hue angle of 289.94º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34DEE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 77 | 238 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.07 |
| HSL | 289.94º | 0.83% | 0.62% | - |
| HSV(B) | 289.94º | 0.68% | 0.93% | - |
| XYZ | 44.95 | 25.33 | 83.41 | - |
| YUV | 135.42 | 185.89 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 238 | 0.11 | 0.68 | 0 | 0.07 | 289.94 | 0.83 | 0.62 |
| Hex | D3 | 4D | EE | B | 44 | 0 | 7 | 122 | 53 | 3E |
| Octal | 323 | 115 | 356 | 13 | 104 | 0 | 7 | 442 | 123 | 76 |
| Binary | 11010011 | 1001101 | 11101110 | 1011 | 1000100 | 0 | 111 | 100100010 | 1010011 | 111110 |
Color Harmonies of #D34DEE
Complementary color
Monochromatic Colors of #D34DEE
Black with #D34DEE
Text Example
Text Example
White with #D34DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34DEE; }
p { color: rgb(211,77,238); }
H1.HeaderClassName
{
color: #D34DEE;
}
.AnyTagClassName
{
color: #D34DEE;
}
</style>
background-color css
<style>
a { background-color: #D34DEE; }
a { background-color: rgb(211,77,238); }
div.DivClassName
{
background-color: #D34DEE;
}
.BgClassName
{
background-color: #D34DEE;
}
</style>
border-color css
<style>
span { border-color: #D34DEE; }
span { border-color: rgb(211,77,238); }
td.TdClassName
{
border-color: #D34DEE;
}
.TagClassName
{
border-color: #D34DEE;
}
</style>