Html Css Color HEX #D34ADF Free Speech Magenta
📋 copy color: '#D34ADF'red 211 ◦ green 74 ◦ blue 223
Shades of Free Speech Magenta #D34ADF
Tints of Free Speech Magenta #D34ADF
RGB
CMYK
RGB Variations
Color information
#D34ADF (or 0xD34ADF) is known color: Free Speech Magenta. HEX triplet: D3, 4A and DF. RGB value is (211,74,223). Sum of RGB (Red+Green+Blue) = 211+74+223=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #D34ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ADF is #2CB520. Grayscale: #838383. Windows color (decimal): -2929953 or 14633683. OLE color: 14633683.
HSL color Cylindrical-coordinate representation of color #D34ADF: hue angle of 295.17º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34ADF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 74 | 223 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.13 |
| HSL | 295.17º | 0.7% | 0.58% | - |
| HSV(B) | 295.17º | 0.67% | 0.87% | - |
| XYZ | 42.63 | 24.07 | 72.21 | - |
| YUV | 131.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 223 | 0.05 | 0.67 | 0 | 0.13 | 295.17 | 0.7 | 0.58 |
| Hex | D3 | 4A | DF | 5 | 43 | 0 | D | 127 | 46 | 3A |
| Octal | 323 | 112 | 337 | 5 | 103 | 0 | 15 | 447 | 106 | 72 |
| Binary | 11010011 | 1001010 | 11011111 | 101 | 1000011 | 0 | 1101 | 100100111 | 1000110 | 111010 |
Color Harmonies of #D34ADF
Complementary color
Monochromatic Colors of #D34ADF
Black with #D34ADF
Text Example
Text Example
White with #D34ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34ADF; }
p { color: rgb(211,74,223); }
H1.HeaderClassName
{
color: #D34ADF;
}
.AnyTagClassName
{
color: #D34ADF;
}
</style>
background-color css
<style>
a { background-color: #D34ADF; }
a { background-color: rgb(211,74,223); }
div.DivClassName
{
background-color: #D34ADF;
}
.BgClassName
{
background-color: #D34ADF;
}
</style>
border-color css
<style>
span { border-color: #D34ADF; }
span { border-color: rgb(211,74,223); }
td.TdClassName
{
border-color: #D34ADF;
}
.TagClassName
{
border-color: #D34ADF;
}
</style>