Html Css Color HEX #D347DF Free Speech Magenta
📋 copy color: '#D347DF'red 211 ◦ green 71 ◦ blue 223
Shades of Free Speech Magenta #D347DF
Tints of Free Speech Magenta #D347DF
RGB
CMYK
RGB Variations
Color information
#D347DF (or 0xD347DF) is known color: Free Speech Magenta. HEX triplet: D3, 47 and DF. RGB value is (211,71,223). Sum of RGB (Red+Green+Blue) = 211+71+223=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #D347DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D347DF is #2CB820. Grayscale: #818181. Windows color (decimal): -2930721 or 14632915. OLE color: 14632915.
HSL color Cylindrical-coordinate representation of color #D347DF: hue angle of 295.26º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D347DF is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 71 | 223 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.13 |
| HSL | 295.26º | 0.7% | 0.58% | - |
| HSV(B) | 295.26º | 0.68% | 0.87% | - |
| XYZ | 42.44 | 23.68 | 72.15 | - |
| YUV | 130.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 223 | 0.05 | 0.68 | 0 | 0.13 | 295.26 | 0.7 | 0.58 |
| Hex | D3 | 47 | DF | 5 | 44 | 0 | D | 127 | 46 | 3A |
| Octal | 323 | 107 | 337 | 5 | 104 | 0 | 15 | 447 | 106 | 72 |
| Binary | 11010011 | 1000111 | 11011111 | 101 | 1000100 | 0 | 1101 | 100100111 | 1000110 | 111010 |
Color Harmonies of #D347DF
Complementary color
Monochromatic Colors of #D347DF
Black with #D347DF
Text Example
Text Example
White with #D347DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347DF; }
p { color: rgb(211,71,223); }
H1.HeaderClassName
{
color: #D347DF;
}
.AnyTagClassName
{
color: #D347DF;
}
</style>
background-color css
<style>
a { background-color: #D347DF; }
a { background-color: rgb(211,71,223); }
div.DivClassName
{
background-color: #D347DF;
}
.BgClassName
{
background-color: #D347DF;
}
</style>
border-color css
<style>
span { border-color: #D347DF; }
span { border-color: rgb(211,71,223); }
td.TdClassName
{
border-color: #D347DF;
}
.TagClassName
{
border-color: #D347DF;
}
</style>