Html Css Color HEX #D34DDA Free Speech Magenta
📋 copy color: '#D34DDA'red 211 ◦ green 77 ◦ blue 218
Shades of Free Speech Magenta #D34DDA
Tints of Free Speech Magenta #D34DDA
RGB
CMYK
RGB Variations
Color information
#D34DDA (or 0xD34DDA) is known color: Free Speech Magenta. HEX triplet: D3, 4D and DA. RGB value is (211,77,218). Sum of RGB (Red+Green+Blue) = 211+77+218=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #D34DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34DDA is #2CB225. Grayscale: #848484. Windows color (decimal): -2929190 or 14306771. OLE color: 14306771.
HSL color Cylindrical-coordinate representation of color #D34DDA: hue angle of 297.02º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34DDA is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 77 | 218 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.15 |
| HSL | 297.02º | 0.66% | 0.58% | - |
| HSV(B) | 297.02º | 0.65% | 0.85% | - |
| XYZ | 42.17 | 24.22 | 68.78 | - |
| YUV | 133.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 218 | 0.03 | 0.65 | 0 | 0.15 | 297.02 | 0.66 | 0.58 |
| Hex | D3 | 4D | DA | 3 | 41 | 0 | F | 129 | 42 | 3A |
| Octal | 323 | 115 | 332 | 3 | 101 | 0 | 17 | 451 | 102 | 72 |
| Binary | 11010011 | 1001101 | 11011010 | 11 | 1000001 | 0 | 1111 | 100101001 | 1000010 | 111010 |
Color Harmonies of #D34DDA
Complementary color
Monochromatic Colors of #D34DDA
Black with #D34DDA
Text Example
Text Example
White with #D34DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34DDA; }
p { color: rgb(211,77,218); }
H1.HeaderClassName
{
color: #D34DDA;
}
.AnyTagClassName
{
color: #D34DDA;
}
</style>
background-color css
<style>
a { background-color: #D34DDA; }
a { background-color: rgb(211,77,218); }
div.DivClassName
{
background-color: #D34DDA;
}
.BgClassName
{
background-color: #D34DDA;
}
</style>
border-color css
<style>
span { border-color: #D34DDA; }
span { border-color: rgb(211,77,218); }
td.TdClassName
{
border-color: #D34DDA;
}
.TagClassName
{
border-color: #D34DDA;
}
</style>