Html Css Color HEX #D340DF Free Speech Magenta
📋 copy color: '#D340DF'red 211 ◦ green 64 ◦ blue 223
Shades of Free Speech Magenta #D340DF
Tints of Free Speech Magenta #D340DF
RGB
CMYK
RGB Variations
Color information
#D340DF (or 0xD340DF) is known color: Free Speech Magenta. HEX triplet: D3, 40 and DF. RGB value is (211,64,223). Sum of RGB (Red+Green+Blue) = 211+64+223=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #D340DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D340DF is #2CBF20. Grayscale: #7D7D7D. Windows color (decimal): -2932513 or 14631123. OLE color: 14631123.
HSL color Cylindrical-coordinate representation of color #D340DF: hue angle of 295.47º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D340DF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 64 | 223 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.13 |
| HSL | 295.47º | 0.71% | 0.56% | - |
| HSV(B) | 295.47º | 0.71% | 0.87% | - |
| XYZ | 42.02 | 22.84 | 72.01 | - |
| YUV | 126.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 223 | 0.05 | 0.71 | 0 | 0.13 | 295.47 | 0.71 | 0.56 |
| Hex | D3 | 40 | DF | 5 | 47 | 0 | D | 127 | 47 | 38 |
| Octal | 323 | 100 | 337 | 5 | 107 | 0 | 15 | 447 | 107 | 70 |
| Binary | 11010011 | 1000000 | 11011111 | 101 | 1000111 | 0 | 1101 | 100100111 | 1000111 | 111000 |
Color Harmonies of #D340DF
Complementary color
Monochromatic Colors of #D340DF
Black with #D340DF
Text Example
Text Example
White with #D340DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340DF; }
p { color: rgb(211,64,223); }
H1.HeaderClassName
{
color: #D340DF;
}
.AnyTagClassName
{
color: #D340DF;
}
</style>
background-color css
<style>
a { background-color: #D340DF; }
a { background-color: rgb(211,64,223); }
div.DivClassName
{
background-color: #D340DF;
}
.BgClassName
{
background-color: #D340DF;
}
</style>
border-color css
<style>
span { border-color: #D340DF; }
span { border-color: rgb(211,64,223); }
td.TdClassName
{
border-color: #D340DF;
}
.TagClassName
{
border-color: #D340DF;
}
</style>