Html Css Color HEX #D34ADA Free Speech Magenta
📋 copy color: '#D34ADA'red 211 ◦ green 74 ◦ blue 218
Shades of Free Speech Magenta #D34ADA
Tints of Free Speech Magenta #D34ADA
RGB
CMYK
RGB Variations
Color information
#D34ADA (or 0xD34ADA) is known color: Free Speech Magenta. HEX triplet: D3, 4A and DA. RGB value is (211,74,218). Sum of RGB (Red+Green+Blue) = 211+74+218=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #D34ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34ADA is #2CB525. Grayscale: #828282. Windows color (decimal): -2929958 or 14306003. OLE color: 14306003.
HSL color Cylindrical-coordinate representation of color #D34ADA: hue angle of 297.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34ADA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 74 | 218 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.15 |
| HSL | 297.08º | 0.66% | 0.57% | - |
| HSV(B) | 297.08º | 0.66% | 0.85% | - |
| XYZ | 41.97 | 23.81 | 68.71 | - |
| YUV | 131.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 218 | 0.03 | 0.66 | 0 | 0.15 | 297.08 | 0.66 | 0.57 |
| Hex | D3 | 4A | DA | 3 | 42 | 0 | F | 129 | 42 | 39 |
| Octal | 323 | 112 | 332 | 3 | 102 | 0 | 17 | 451 | 102 | 71 |
| Binary | 11010011 | 1001010 | 11011010 | 11 | 1000010 | 0 | 1111 | 100101001 | 1000010 | 111001 |
Color Harmonies of #D34ADA
Complementary color
Monochromatic Colors of #D34ADA
Black with #D34ADA
Text Example
Text Example
White with #D34ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34ADA; }
p { color: rgb(211,74,218); }
H1.HeaderClassName
{
color: #D34ADA;
}
.AnyTagClassName
{
color: #D34ADA;
}
</style>
background-color css
<style>
a { background-color: #D34ADA; }
a { background-color: rgb(211,74,218); }
div.DivClassName
{
background-color: #D34ADA;
}
.BgClassName
{
background-color: #D34ADA;
}
</style>
border-color css
<style>
span { border-color: #D34ADA; }
span { border-color: rgb(211,74,218); }
td.TdClassName
{
border-color: #D34ADA;
}
.TagClassName
{
border-color: #D34ADA;
}
</style>