Html Css Color HEX #D939D6 Free Speech Magenta
📋 copy color: '#D939D6'red 217 ◦ green 57 ◦ blue 214
Shades of Free Speech Magenta #D939D6
Tints of Free Speech Magenta #D939D6
RGB
CMYK
RGB Variations
Color information
#D939D6 (or 0xD939D6) is known color: Free Speech Magenta. HEX triplet: D9, 39 and D6. RGB value is (217,57,214). Sum of RGB (Red+Green+Blue) = 217+57+214=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D939D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D939D6 is #26C629. Grayscale: #7A7A7A. Windows color (decimal): -2541098 or 14039513. OLE color: 14039513.
HSL color Cylindrical-coordinate representation of color #D939D6: hue angle of 301.12º degrees, saturation: 0.68, 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 #D939D6 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 57 | 214 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.15 |
| HSL | 301.13º | 0.68% | 0.54% | - |
| HSV(B) | 301.13º | 0.74% | 0.85% | - |
| XYZ | 42.22 | 22.53 | 65.74 | - |
| YUV | 122.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 57 | 214 | 0 | 0.74 | 0.01 | 0.15 | 301.13 | 0.68 | 0.54 |
| Hex | D9 | 39 | D6 | 0 | 4A | 1 | F | 12D | 44 | 36 |
| Octal | 331 | 71 | 326 | 0 | 112 | 1 | 17 | 455 | 104 | 66 |
| Binary | 11011001 | 111001 | 11010110 | 0 | 1001010 | 1 | 1111 | 100101101 | 1000100 | 110110 |
Color Harmonies of #D939D6
Complementary color
Monochromatic Colors of #D939D6
Black with #D939D6
Text Example
Text Example
White with #D939D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D939D6; }
p { color: rgb(217,57,214); }
H1.HeaderClassName
{
color: #D939D6;
}
.AnyTagClassName
{
color: #D939D6;
}
</style>
background-color css
<style>
a { background-color: #D939D6; }
a { background-color: rgb(217,57,214); }
div.DivClassName
{
background-color: #D939D6;
}
.BgClassName
{
background-color: #D939D6;
}
</style>
border-color css
<style>
span { border-color: #D939D6; }
span { border-color: rgb(217,57,214); }
td.TdClassName
{
border-color: #D939D6;
}
.TagClassName
{
border-color: #D939D6;
}
</style>