Html Css Color HEX #D339DF Free Speech Magenta
📋 copy color: '#D339DF'red 211 ◦ green 57 ◦ blue 223
Shades of Free Speech Magenta #D339DF
Tints of Free Speech Magenta #D339DF
RGB
CMYK
RGB Variations
Color information
#D339DF (or 0xD339DF) is known color: Free Speech Magenta. HEX triplet: D3, 39 and DF. RGB value is (211,57,223). Sum of RGB (Red+Green+Blue) = 211+57+223=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #D339DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339DF is #2CC620. Grayscale: #797979. Windows color (decimal): -2934305 or 14629331. OLE color: 14629331.
HSL color Cylindrical-coordinate representation of color #D339DF: hue angle of 295.66º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D339DF is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 57 | 223 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.13 |
| HSL | 295.66º | 0.72% | 0.55% | - |
| HSV(B) | 295.66º | 0.74% | 0.87% | - |
| XYZ | 41.65 | 22.1 | 71.88 | - |
| YUV | 121.97 | 185.02 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 223 | 0.05 | 0.74 | 0 | 0.13 | 295.66 | 0.72 | 0.55 |
| Hex | D3 | 39 | DF | 5 | 4A | 0 | D | 128 | 48 | 37 |
| Octal | 323 | 71 | 337 | 5 | 112 | 0 | 15 | 450 | 110 | 67 |
| Binary | 11010011 | 111001 | 11011111 | 101 | 1001010 | 0 | 1101 | 100101000 | 1001000 | 110111 |
Color Harmonies of #D339DF
Complementary color
Monochromatic Colors of #D339DF
Black with #D339DF
Text Example
Text Example
White with #D339DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339DF; }
p { color: rgb(211,57,223); }
H1.HeaderClassName
{
color: #D339DF;
}
.AnyTagClassName
{
color: #D339DF;
}
</style>
background-color css
<style>
a { background-color: #D339DF; }
a { background-color: rgb(211,57,223); }
div.DivClassName
{
background-color: #D339DF;
}
.BgClassName
{
background-color: #D339DF;
}
</style>
border-color css
<style>
span { border-color: #D339DF; }
span { border-color: rgb(211,57,223); }
td.TdClassName
{
border-color: #D339DF;
}
.TagClassName
{
border-color: #D339DF;
}
</style>