Html Css Color HEX #D439D5 Free Speech Magenta
📋 copy color: '#D439D5'red 212 ◦ green 57 ◦ blue 213
Shades of Free Speech Magenta #D439D5
Tints of Free Speech Magenta #D439D5
RGB
CMYK
RGB Variations
Color information
#D439D5 (or 0xD439D5) is known color: Free Speech Magenta. HEX triplet: D4, 39 and D5. RGB value is (212,57,213). Sum of RGB (Red+Green+Blue) = 212+57+213=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #D439D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D439D5 is #2BC62A. Grayscale: #787878. Windows color (decimal): -2868779 or 13973972. OLE color: 13973972.
HSL color Cylindrical-coordinate representation of color #D439D5: hue angle of 299.62º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D439D5 is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 57 | 213 | - |
| CMYK | 0.00 | 0.73 | 0 | 0.16 |
| HSL | 299.62º | 0.65% | 0.53% | - |
| HSV(B) | 299.62º | 0.73% | 0.84% | - |
| XYZ | 40.62 | 21.73 | 65 | - |
| YUV | 121.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 213 | 0.00 | 0.73 | 0 | 0.16 | 299.62 | 0.65 | 0.53 |
| Hex | D4 | 39 | D5 | 0 | 49 | 0 | 10 | 12C | 41 | 35 |
| Octal | 324 | 71 | 325 | 0 | 111 | 0 | 20 | 454 | 101 | 65 |
| Binary | 11010100 | 111001 | 11010101 | 0 | 1001001 | 0 | 10000 | 100101100 | 1000001 | 110101 |
Color Harmonies of #D439D5
Complementary color
Monochromatic Colors of #D439D5
Black with #D439D5
Text Example
Text Example
White with #D439D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439D5; }
p { color: rgb(212,57,213); }
H1.HeaderClassName
{
color: #D439D5;
}
.AnyTagClassName
{
color: #D439D5;
}
</style>
background-color css
<style>
a { background-color: #D439D5; }
a { background-color: rgb(212,57,213); }
div.DivClassName
{
background-color: #D439D5;
}
.BgClassName
{
background-color: #D439D5;
}
</style>
border-color css
<style>
span { border-color: #D439D5; }
span { border-color: rgb(212,57,213); }
td.TdClassName
{
border-color: #D439D5;
}
.TagClassName
{
border-color: #D439D5;
}
</style>