Html Css Color HEX #D93FDD Free Speech Magenta
📋 copy color: '#D93FDD'red 217 ◦ green 63 ◦ blue 221
Shades of Free Speech Magenta #D93FDD
Tints of Free Speech Magenta #D93FDD
RGB
CMYK
RGB Variations
Color information
#D93FDD (or 0xD93FDD) is known color: Free Speech Magenta. HEX triplet: D9, 3F and DD. RGB value is (217,63,221). Sum of RGB (Red+Green+Blue) = 217+63+221=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #D93FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FDD is #26C022. Grayscale: #7E7E7E. Windows color (decimal): -2539555 or 14499801. OLE color: 14499801.
HSL color Cylindrical-coordinate representation of color #D93FDD: hue angle of 298.48º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93FDD is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 63 | 221 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.13 |
| HSL | 298.48º | 0.7% | 0.56% | - |
| HSV(B) | 298.48º | 0.71% | 0.87% | - |
| XYZ | 43.44 | 23.53 | 70.66 | - |
| YUV | 127.06 | 181.02 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 221 | 0.02 | 0.71 | 0 | 0.13 | 298.48 | 0.7 | 0.56 |
| Hex | D9 | 3F | DD | 2 | 47 | 0 | D | 12A | 46 | 38 |
| Octal | 331 | 77 | 335 | 2 | 107 | 0 | 15 | 452 | 106 | 70 |
| Binary | 11011001 | 111111 | 11011101 | 10 | 1000111 | 0 | 1101 | 100101010 | 1000110 | 111000 |
Color Harmonies of #D93FDD
Complementary color
Monochromatic Colors of #D93FDD
Black with #D93FDD
Text Example
Text Example
White with #D93FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FDD; }
p { color: rgb(217,63,221); }
H1.HeaderClassName
{
color: #D93FDD;
}
.AnyTagClassName
{
color: #D93FDD;
}
</style>
background-color css
<style>
a { background-color: #D93FDD; }
a { background-color: rgb(217,63,221); }
div.DivClassName
{
background-color: #D93FDD;
}
.BgClassName
{
background-color: #D93FDD;
}
</style>
border-color css
<style>
span { border-color: #D93FDD; }
span { border-color: rgb(217,63,221); }
td.TdClassName
{
border-color: #D93FDD;
}
.TagClassName
{
border-color: #D93FDD;
}
</style>