Html Css Color HEX #D839D4 Free Speech Magenta
📋 copy color: '#D839D4'red 216 ◦ green 57 ◦ blue 212
Shades of Free Speech Magenta #D839D4
Tints of Free Speech Magenta #D839D4
RGB
CMYK
RGB Variations
Color information
#D839D4 (or 0xD839D4) is known color: Free Speech Magenta. HEX triplet: D8, 39 and D4. RGB value is (216,57,212). Sum of RGB (Red+Green+Blue) = 216+57+212=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D839D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D839D4 is #27C62B. Grayscale: #797979. Windows color (decimal): -2606636 or 13908440. OLE color: 13908440.
HSL color Cylindrical-coordinate representation of color #D839D4: hue angle of 301.51º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D839D4 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 212 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.15 |
| HSL | 301.51º | 0.67% | 0.54% | - |
| HSV(B) | 301.51º | 0.74% | 0.85% | - |
| XYZ | 41.67 | 22.28 | 64.39 | - |
| YUV | 122.21 | 178.68 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 212 | 0 | 0.74 | 0.02 | 0.15 | 301.51 | 0.67 | 0.54 |
| Hex | D8 | 39 | D4 | 0 | 4A | 2 | F | 12E | 43 | 36 |
| Octal | 330 | 71 | 324 | 0 | 112 | 2 | 17 | 456 | 103 | 66 |
| Binary | 11011000 | 111001 | 11010100 | 0 | 1001010 | 10 | 1111 | 100101110 | 1000011 | 110110 |
Color Harmonies of #D839D4
Complementary color
Monochromatic Colors of #D839D4
Black with #D839D4
Text Example
Text Example
White with #D839D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D839D4; }
p { color: rgb(216,57,212); }
H1.HeaderClassName
{
color: #D839D4;
}
.AnyTagClassName
{
color: #D839D4;
}
</style>
background-color css
<style>
a { background-color: #D839D4; }
a { background-color: rgb(216,57,212); }
div.DivClassName
{
background-color: #D839D4;
}
.BgClassName
{
background-color: #D839D4;
}
</style>
border-color css
<style>
span { border-color: #D839D4; }
span { border-color: rgb(216,57,212); }
td.TdClassName
{
border-color: #D839D4;
}
.TagClassName
{
border-color: #D839D4;
}
</style>