Html Css Color HEX #D434DD Free Speech Magenta
📋 copy color: '#D434DD'red 212 ◦ green 52 ◦ blue 221
Shades of Free Speech Magenta #D434DD
Tints of Free Speech Magenta #D434DD
RGB
CMYK
RGB Variations
Color information
#D434DD (or 0xD434DD) is known color: Free Speech Magenta. HEX triplet: D4, 34 and DD. RGB value is (212,52,221). Sum of RGB (Red+Green+Blue) = 212+52+221=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #D434DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D434DD is #2BCB22. Grayscale: #767676. Windows color (decimal): -2870051 or 14496980. OLE color: 14496980.
HSL color Cylindrical-coordinate representation of color #D434DD: hue angle of 296.8º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D434DD is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 52 | 221 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.13 |
| HSL | 296.8º | 0.71% | 0.54% | - |
| HSV(B) | 296.8º | 0.76% | 0.87% | - |
| XYZ | 41.43 | 21.67 | 70.41 | - |
| YUV | 119.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 221 | 0.04 | 0.76 | 0 | 0.13 | 296.8 | 0.71 | 0.54 |
| Hex | D4 | 34 | DD | 4 | 4C | 0 | D | 129 | 47 | 36 |
| Octal | 324 | 64 | 335 | 4 | 114 | 0 | 15 | 451 | 107 | 66 |
| Binary | 11010100 | 110100 | 11011101 | 100 | 1001100 | 0 | 1101 | 100101001 | 1000111 | 110110 |
Color Harmonies of #D434DD
Complementary color
Monochromatic Colors of #D434DD
Black with #D434DD
Text Example
Text Example
White with #D434DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D434DD; }
p { color: rgb(212,52,221); }
H1.HeaderClassName
{
color: #D434DD;
}
.AnyTagClassName
{
color: #D434DD;
}
</style>
background-color css
<style>
a { background-color: #D434DD; }
a { background-color: rgb(212,52,221); }
div.DivClassName
{
background-color: #D434DD;
}
.BgClassName
{
background-color: #D434DD;
}
</style>
border-color css
<style>
span { border-color: #D434DD; }
span { border-color: rgb(212,52,221); }
td.TdClassName
{
border-color: #D434DD;
}
.TagClassName
{
border-color: #D434DD;
}
</style>