Html Css Color HEX #D34AD7 Free Speech Magenta
📋 copy color: '#D34AD7'red 211 ◦ green 74 ◦ blue 215
Shades of Free Speech Magenta #D34AD7
Tints of Free Speech Magenta #D34AD7
RGB
CMYK
RGB Variations
Color information
#D34AD7 (or 0xD34AD7) is known color: Free Speech Magenta. HEX triplet: D3, 4A and D7. RGB value is (211,74,215). Sum of RGB (Red+Green+Blue) = 211+74+215=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #D34AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D34AD7 is #2CB528. Grayscale: #828282. Windows color (decimal): -2929961 or 14109395. OLE color: 14109395.
HSL color Cylindrical-coordinate representation of color #D34AD7: hue angle of 298.3º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34AD7 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 74 | 215 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.16 |
| HSL | 298.3º | 0.64% | 0.57% | - |
| HSV(B) | 298.3º | 0.66% | 0.84% | - |
| XYZ | 41.58 | 23.65 | 66.66 | - |
| YUV | 131.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 215 | 0.02 | 0.66 | 0 | 0.16 | 298.3 | 0.64 | 0.57 |
| Hex | D3 | 4A | D7 | 2 | 42 | 0 | 10 | 12A | 40 | 39 |
| Octal | 323 | 112 | 327 | 2 | 102 | 0 | 20 | 452 | 100 | 71 |
| Binary | 11010011 | 1001010 | 11010111 | 10 | 1000010 | 0 | 10000 | 100101010 | 1000000 | 111001 |
Color Harmonies of #D34AD7
Complementary color
Monochromatic Colors of #D34AD7
Black with #D34AD7
Text Example
Text Example
White with #D34AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34AD7; }
p { color: rgb(211,74,215); }
H1.HeaderClassName
{
color: #D34AD7;
}
.AnyTagClassName
{
color: #D34AD7;
}
</style>
background-color css
<style>
a { background-color: #D34AD7; }
a { background-color: rgb(211,74,215); }
div.DivClassName
{
background-color: #D34AD7;
}
.BgClassName
{
background-color: #D34AD7;
}
</style>
border-color css
<style>
span { border-color: #D34AD7; }
span { border-color: rgb(211,74,215); }
td.TdClassName
{
border-color: #D34AD7;
}
.TagClassName
{
border-color: #D34AD7;
}
</style>