Html Css Color HEX #D34CDA Free Speech Magenta
📋 copy color: '#D34CDA'red 211 ◦ green 76 ◦ blue 218
Shades of Free Speech Magenta #D34CDA
Tints of Free Speech Magenta #D34CDA
RGB
CMYK
RGB Variations
Color information
#D34CDA (or 0xD34CDA) is known color: Free Speech Magenta. HEX triplet: D3, 4C and DA. RGB value is (211,76,218). Sum of RGB (Red+Green+Blue) = 211+76+218=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #D34CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34CDA is #2CB325. Grayscale: #848484. Windows color (decimal): -2929446 or 14306515. OLE color: 14306515.
HSL color Cylindrical-coordinate representation of color #D34CDA: hue angle of 297.04º 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 #D34CDA is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 76 | 218 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.15 |
| HSL | 297.04º | 0.66% | 0.58% | - |
| HSV(B) | 297.04º | 0.65% | 0.85% | - |
| XYZ | 42.1 | 24.08 | 68.76 | - |
| YUV | 132.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 218 | 0.03 | 0.65 | 0 | 0.15 | 297.04 | 0.66 | 0.58 |
| Hex | D3 | 4C | DA | 3 | 41 | 0 | F | 129 | 42 | 3A |
| Octal | 323 | 114 | 332 | 3 | 101 | 0 | 17 | 451 | 102 | 72 |
| Binary | 11010011 | 1001100 | 11011010 | 11 | 1000001 | 0 | 1111 | 100101001 | 1000010 | 111010 |
Color Harmonies of #D34CDA
Complementary color
Monochromatic Colors of #D34CDA
Black with #D34CDA
Text Example
Text Example
White with #D34CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34CDA; }
p { color: rgb(211,76,218); }
H1.HeaderClassName
{
color: #D34CDA;
}
.AnyTagClassName
{
color: #D34CDA;
}
</style>
background-color css
<style>
a { background-color: #D34CDA; }
a { background-color: rgb(211,76,218); }
div.DivClassName
{
background-color: #D34CDA;
}
.BgClassName
{
background-color: #D34CDA;
}
</style>
border-color css
<style>
span { border-color: #D34CDA; }
span { border-color: rgb(211,76,218); }
td.TdClassName
{
border-color: #D34CDA;
}
.TagClassName
{
border-color: #D34CDA;
}
</style>