Html Css Color HEX #D34CEE Free Speech Magenta
📋 copy color: '#D34CEE'red 211 ◦ green 76 ◦ blue 238
Shades of Free Speech Magenta #D34CEE
Tints of Free Speech Magenta #D34CEE
RGB
CMYK
RGB Variations
Color information
#D34CEE (or 0xD34CEE) is known color: Free Speech Magenta. HEX triplet: D3, 4C and EE. RGB value is (211,76,238). Sum of RGB (Red+Green+Blue) = 211+76+238=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #D34CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34CEE is #2CB311. Grayscale: #868686. Windows color (decimal): -2929426 or 15617235. OLE color: 15617235.
HSL color Cylindrical-coordinate representation of color #D34CEE: hue angle of 290º 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 #D34CEE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 76 | 238 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.07 |
| HSL | 290º | 0.83% | 0.62% | - |
| HSV(B) | 290º | 0.68% | 0.93% | - |
| XYZ | 44.88 | 25.19 | 83.39 | - |
| YUV | 134.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 238 | 0.11 | 0.68 | 0 | 0.07 | 290 | 0.83 | 0.62 |
| Hex | D3 | 4C | EE | B | 44 | 0 | 7 | 122 | 53 | 3E |
| Octal | 323 | 114 | 356 | 13 | 104 | 0 | 7 | 442 | 123 | 76 |
| Binary | 11010011 | 1001100 | 11101110 | 1011 | 1000100 | 0 | 111 | 100100010 | 1010011 | 111110 |
Color Harmonies of #D34CEE
Complementary color
Monochromatic Colors of #D34CEE
Black with #D34CEE
Text Example
Text Example
White with #D34CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34CEE; }
p { color: rgb(211,76,238); }
H1.HeaderClassName
{
color: #D34CEE;
}
.AnyTagClassName
{
color: #D34CEE;
}
</style>
background-color css
<style>
a { background-color: #D34CEE; }
a { background-color: rgb(211,76,238); }
div.DivClassName
{
background-color: #D34CEE;
}
.BgClassName
{
background-color: #D34CEE;
}
</style>
border-color css
<style>
span { border-color: #D34CEE; }
span { border-color: rgb(211,76,238); }
td.TdClassName
{
border-color: #D34CEE;
}
.TagClassName
{
border-color: #D34CEE;
}
</style>