Html Css Color HEX #D34BDF Free Speech Magenta
📋 copy color: '#D34BDF'red 211 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #D34BDF
Tints of Free Speech Magenta #D34BDF
RGB
CMYK
RGB Variations
Color information
#D34BDF (or 0xD34BDF) is known color: Free Speech Magenta. HEX triplet: D3, 4B and DF. RGB value is (211,75,223). Sum of RGB (Red+Green+Blue) = 211+75+223=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #D34BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34BDF is #2CB420. Grayscale: #848484. Windows color (decimal): -2929697 or 14633939. OLE color: 14633939.
HSL color Cylindrical-coordinate representation of color #D34BDF: hue angle of 295.14º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34BDF is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 75 | 223 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.13 |
| HSL | 295.14º | 0.7% | 0.58% | - |
| HSV(B) | 295.14º | 0.66% | 0.87% | - |
| XYZ | 42.7 | 24.21 | 72.23 | - |
| YUV | 132.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 223 | 0.05 | 0.66 | 0 | 0.13 | 295.14 | 0.7 | 0.58 |
| Hex | D3 | 4B | DF | 5 | 42 | 0 | D | 127 | 46 | 3A |
| Octal | 323 | 113 | 337 | 5 | 102 | 0 | 15 | 447 | 106 | 72 |
| Binary | 11010011 | 1001011 | 11011111 | 101 | 1000010 | 0 | 1101 | 100100111 | 1000110 | 111010 |
Color Harmonies of #D34BDF
Complementary color
Monochromatic Colors of #D34BDF
Black with #D34BDF
Text Example
Text Example
White with #D34BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BDF; }
p { color: rgb(211,75,223); }
H1.HeaderClassName
{
color: #D34BDF;
}
.AnyTagClassName
{
color: #D34BDF;
}
</style>
background-color css
<style>
a { background-color: #D34BDF; }
a { background-color: rgb(211,75,223); }
div.DivClassName
{
background-color: #D34BDF;
}
.BgClassName
{
background-color: #D34BDF;
}
</style>
border-color css
<style>
span { border-color: #D34BDF; }
span { border-color: rgb(211,75,223); }
td.TdClassName
{
border-color: #D34BDF;
}
.TagClassName
{
border-color: #D34BDF;
}
</style>