Html Css Color HEX #D34BEE Free Speech Magenta
📋 copy color: '#D34BEE'red 211 ◦ green 75 ◦ blue 238
Shades of Free Speech Magenta #D34BEE
Tints of Free Speech Magenta #D34BEE
RGB
CMYK
RGB Variations
Color information
#D34BEE (or 0xD34BEE) is known color: Free Speech Magenta. HEX triplet: D3, 4B and EE. RGB value is (211,75,238). Sum of RGB (Red+Green+Blue) = 211+75+238=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #D34BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34BEE is #2CB411. Grayscale: #858585. Windows color (decimal): -2929682 or 15616979. OLE color: 15616979.
HSL color Cylindrical-coordinate representation of color #D34BEE: hue angle of 290.06º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34BEE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 75 | 238 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.07 |
| HSL | 290.06º | 0.83% | 0.61% | - |
| HSV(B) | 290.06º | 0.68% | 0.93% | - |
| XYZ | 44.81 | 25.05 | 83.36 | - |
| YUV | 134.25 | 186.56 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 238 | 0.11 | 0.68 | 0 | 0.07 | 290.06 | 0.83 | 0.61 |
| Hex | D3 | 4B | EE | B | 44 | 0 | 7 | 122 | 53 | 3D |
| Octal | 323 | 113 | 356 | 13 | 104 | 0 | 7 | 442 | 123 | 75 |
| Binary | 11010011 | 1001011 | 11101110 | 1011 | 1000100 | 0 | 111 | 100100010 | 1010011 | 111101 |
Color Harmonies of #D34BEE
Complementary color
Monochromatic Colors of #D34BEE
Black with #D34BEE
Text Example
Text Example
White with #D34BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BEE; }
p { color: rgb(211,75,238); }
H1.HeaderClassName
{
color: #D34BEE;
}
.AnyTagClassName
{
color: #D34BEE;
}
</style>
background-color css
<style>
a { background-color: #D34BEE; }
a { background-color: rgb(211,75,238); }
div.DivClassName
{
background-color: #D34BEE;
}
.BgClassName
{
background-color: #D34BEE;
}
</style>
border-color css
<style>
span { border-color: #D34BEE; }
span { border-color: rgb(211,75,238); }
td.TdClassName
{
border-color: #D34BEE;
}
.TagClassName
{
border-color: #D34BEE;
}
</style>