Html Css Color HEX #D93FDF Free Speech Magenta
📋 copy color: '#D93FDF'red 217 ◦ green 63 ◦ blue 223
Shades of Free Speech Magenta #D93FDF
Tints of Free Speech Magenta #D93FDF
RGB
CMYK
RGB Variations
Color information
#D93FDF (or 0xD93FDF) is known color: Free Speech Magenta. HEX triplet: D9, 3F and DF. RGB value is (217,63,223). Sum of RGB (Red+Green+Blue) = 217+63+223=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #D93FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FDF is #26C020. Grayscale: #7E7E7E. Windows color (decimal): -2539553 or 14630873. OLE color: 14630873.
HSL color Cylindrical-coordinate representation of color #D93FDF: hue angle of 297.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93FDF is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 63 | 223 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.13 |
| HSL | 297.75º | 0.71% | 0.56% | - |
| HSV(B) | 297.75º | 0.72% | 0.87% | - |
| XYZ | 43.71 | 23.63 | 72.07 | - |
| YUV | 127.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 223 | 0.03 | 0.72 | 0 | 0.13 | 297.75 | 0.71 | 0.56 |
| Hex | D9 | 3F | DF | 3 | 48 | 0 | D | 12A | 47 | 38 |
| Octal | 331 | 77 | 337 | 3 | 110 | 0 | 15 | 452 | 107 | 70 |
| Binary | 11011001 | 111111 | 11011111 | 11 | 1001000 | 0 | 1101 | 100101010 | 1000111 | 111000 |
Color Harmonies of #D93FDF
Complementary color
Monochromatic Colors of #D93FDF
Black with #D93FDF
Text Example
Text Example
White with #D93FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FDF; }
p { color: rgb(217,63,223); }
H1.HeaderClassName
{
color: #D93FDF;
}
.AnyTagClassName
{
color: #D93FDF;
}
</style>
background-color css
<style>
a { background-color: #D93FDF; }
a { background-color: rgb(217,63,223); }
div.DivClassName
{
background-color: #D93FDF;
}
.BgClassName
{
background-color: #D93FDF;
}
</style>
border-color css
<style>
span { border-color: #D93FDF; }
span { border-color: rgb(217,63,223); }
td.TdClassName
{
border-color: #D93FDF;
}
.TagClassName
{
border-color: #D93FDF;
}
</style>