Html Css Color HEX #D834D3 Free Speech Magenta
📋 copy color: '#D834D3'red 216 ◦ green 52 ◦ blue 211
Shades of Free Speech Magenta #D834D3
Tints of Free Speech Magenta #D834D3
RGB
CMYK
RGB Variations
Color information
#D834D3 (or 0xD834D3) is known color: Free Speech Magenta. HEX triplet: D8, 34 and D3. RGB value is (216,52,211). Sum of RGB (Red+Green+Blue) = 216+52+211=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D834D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D834D3 is #27CB2C. Grayscale: #767676. Windows color (decimal): -2607917 or 13841624. OLE color: 13841624.
HSL color Cylindrical-coordinate representation of color #D834D3: hue angle of 301.83º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D834D3 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 211 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.15 |
| HSL | 301.83º | 0.68% | 0.53% | - |
| HSV(B) | 301.83º | 0.76% | 0.85% | - |
| XYZ | 41.3 | 21.76 | 63.65 | - |
| YUV | 119.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 211 | 0 | 0.76 | 0.02 | 0.15 | 301.83 | 0.68 | 0.53 |
| Hex | D8 | 34 | D3 | 0 | 4C | 2 | F | 12E | 44 | 35 |
| Octal | 330 | 64 | 323 | 0 | 114 | 2 | 17 | 456 | 104 | 65 |
| Binary | 11011000 | 110100 | 11010011 | 0 | 1001100 | 10 | 1111 | 100101110 | 1000100 | 110101 |
Color Harmonies of #D834D3
Complementary color
Monochromatic Colors of #D834D3
Black with #D834D3
Text Example
Text Example
White with #D834D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D834D3; }
p { color: rgb(216,52,211); }
H1.HeaderClassName
{
color: #D834D3;
}
.AnyTagClassName
{
color: #D834D3;
}
</style>
background-color css
<style>
a { background-color: #D834D3; }
a { background-color: rgb(216,52,211); }
div.DivClassName
{
background-color: #D834D3;
}
.BgClassName
{
background-color: #D834D3;
}
</style>
border-color css
<style>
span { border-color: #D834D3; }
span { border-color: rgb(216,52,211); }
td.TdClassName
{
border-color: #D834D3;
}
.TagClassName
{
border-color: #D834D3;
}
</style>