Html Css Color HEX #D34FEE Free Speech Magenta
📋 copy color: '#D34FEE'red 211 ◦ green 79 ◦ blue 238
Shades of Free Speech Magenta #D34FEE
Tints of Free Speech Magenta #D34FEE
RGB
CMYK
RGB Variations
Color information
#D34FEE (or 0xD34FEE) is known color: Free Speech Magenta. HEX triplet: D3, 4F and EE. RGB value is (211,79,238). Sum of RGB (Red+Green+Blue) = 211+79+238=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #D34FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34FEE is #2CB011. Grayscale: #888888. Windows color (decimal): -2928658 or 15618003. OLE color: 15618003.
HSL color Cylindrical-coordinate representation of color #D34FEE: hue angle of 289.81º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34FEE is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 79 | 238 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.07 |
| HSL | 289.81º | 0.82% | 0.62% | - |
| HSV(B) | 289.81º | 0.67% | 0.93% | - |
| XYZ | 45.09 | 25.61 | 83.46 | - |
| YUV | 136.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 238 | 0.11 | 0.67 | 0 | 0.07 | 289.81 | 0.82 | 0.62 |
| Hex | D3 | 4F | EE | B | 43 | 0 | 7 | 122 | 52 | 3E |
| Octal | 323 | 117 | 356 | 13 | 103 | 0 | 7 | 442 | 122 | 76 |
| Binary | 11010011 | 1001111 | 11101110 | 1011 | 1000011 | 0 | 111 | 100100010 | 1010010 | 111110 |
Color Harmonies of #D34FEE
Complementary color
Monochromatic Colors of #D34FEE
Black with #D34FEE
Text Example
Text Example
White with #D34FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FEE; }
p { color: rgb(211,79,238); }
H1.HeaderClassName
{
color: #D34FEE;
}
.AnyTagClassName
{
color: #D34FEE;
}
</style>
background-color css
<style>
a { background-color: #D34FEE; }
a { background-color: rgb(211,79,238); }
div.DivClassName
{
background-color: #D34FEE;
}
.BgClassName
{
background-color: #D34FEE;
}
</style>
border-color css
<style>
span { border-color: #D34FEE; }
span { border-color: rgb(211,79,238); }
td.TdClassName
{
border-color: #D34FEE;
}
.TagClassName
{
border-color: #D34FEE;
}
</style>