Html Css Color HEX #D938DF Free Speech Magenta
📋 copy color: '#D938DF'red 217 ◦ green 56 ◦ blue 223
Shades of Free Speech Magenta #D938DF
Tints of Free Speech Magenta #D938DF
RGB
CMYK
RGB Variations
Color information
#D938DF (or 0xD938DF) is known color: Free Speech Magenta. HEX triplet: D9, 38 and DF. RGB value is (217,56,223). Sum of RGB (Red+Green+Blue) = 217+56+223=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 56 (22.27% from 255 or 11.29% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #D938DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D938DF is #26C720. Grayscale: #7A7A7A. Windows color (decimal): -2541345 or 14629081. OLE color: 14629081.
HSL color Cylindrical-coordinate representation of color #D938DF: hue angle of 297.84º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D938DF is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 56 | 223 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.13 |
| HSL | 297.84º | 0.72% | 0.55% | - |
| HSV(B) | 297.84º | 0.75% | 0.87% | - |
| XYZ | 43.35 | 22.91 | 71.95 | - |
| YUV | 123.18 | 184.34 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 223 | 0.03 | 0.75 | 0 | 0.13 | 297.84 | 0.72 | 0.55 |
| Hex | D9 | 38 | DF | 3 | 4B | 0 | D | 12A | 48 | 37 |
| Octal | 331 | 70 | 337 | 3 | 113 | 0 | 15 | 452 | 110 | 67 |
| Binary | 11011001 | 111000 | 11011111 | 11 | 1001011 | 0 | 1101 | 100101010 | 1001000 | 110111 |
Color Harmonies of #D938DF
Complementary color
Monochromatic Colors of #D938DF
Black with #D938DF
Text Example
Text Example
White with #D938DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D938DF; }
p { color: rgb(217,56,223); }
H1.HeaderClassName
{
color: #D938DF;
}
.AnyTagClassName
{
color: #D938DF;
}
</style>
background-color css
<style>
a { background-color: #D938DF; }
a { background-color: rgb(217,56,223); }
div.DivClassName
{
background-color: #D938DF;
}
.BgClassName
{
background-color: #D938DF;
}
</style>
border-color css
<style>
span { border-color: #D938DF; }
span { border-color: rgb(217,56,223); }
td.TdClassName
{
border-color: #D938DF;
}
.TagClassName
{
border-color: #D938DF;
}
</style>