Html Css Color HEX #D34AD0 Free Speech Magenta
📋 copy color: '#D34AD0'red 211 ◦ green 74 ◦ blue 208
Shades of Free Speech Magenta #D34AD0
Tints of Free Speech Magenta #D34AD0
RGB
CMYK
RGB Variations
Color information
#D34AD0 (or 0xD34AD0) is known color: Free Speech Magenta. HEX triplet: D3, 4A and D0. RGB value is (211,74,208). Sum of RGB (Red+Green+Blue) = 211+74+208=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D34AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34AD0 is #2CB52F. Grayscale: #818181. Windows color (decimal): -2929968 or 13650643. OLE color: 13650643.
HSL color Cylindrical-coordinate representation of color #D34AD0: hue angle of 301.31º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34AD0 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 74 | 208 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.17 |
| HSL | 301.31º | 0.61% | 0.56% | - |
| HSV(B) | 301.31º | 0.65% | 0.83% | - |
| XYZ | 40.7 | 23.3 | 62.03 | - |
| YUV | 130.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 208 | 0 | 0.65 | 0.01 | 0.17 | 301.31 | 0.61 | 0.56 |
| Hex | D3 | 4A | D0 | 0 | 41 | 1 | 11 | 12D | 3D | 38 |
| Octal | 323 | 112 | 320 | 0 | 101 | 1 | 21 | 455 | 75 | 70 |
| Binary | 11010011 | 1001010 | 11010000 | 0 | 1000001 | 1 | 10001 | 100101101 | 111101 | 111000 |
Color Harmonies of #D34AD0
Complementary color
Monochromatic Colors of #D34AD0
Black with #D34AD0
Text Example
Text Example
White with #D34AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34AD0; }
p { color: rgb(211,74,208); }
H1.HeaderClassName
{
color: #D34AD0;
}
.AnyTagClassName
{
color: #D34AD0;
}
</style>
background-color css
<style>
a { background-color: #D34AD0; }
a { background-color: rgb(211,74,208); }
div.DivClassName
{
background-color: #D34AD0;
}
.BgClassName
{
background-color: #D34AD0;
}
</style>
border-color css
<style>
span { border-color: #D34AD0; }
span { border-color: rgb(211,74,208); }
td.TdClassName
{
border-color: #D34AD0;
}
.TagClassName
{
border-color: #D34AD0;
}
</style>