Html Css Color HEX #D93FE6 Free Speech Magenta
📋 copy color: '#D93FE6'red 217 ◦ green 63 ◦ blue 230
Shades of Free Speech Magenta #D93FE6
Tints of Free Speech Magenta #D93FE6
RGB
CMYK
RGB Variations
Color information
#D93FE6 (or 0xD93FE6) is known color: Free Speech Magenta. HEX triplet: D9, 3F and E6. RGB value is (217,63,230). Sum of RGB (Red+Green+Blue) = 217+63+230=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #D93FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D93FE6 is #26C019. Grayscale: #7F7F7F. Windows color (decimal): -2539546 or 15089625. OLE color: 15089625.
HSL color Cylindrical-coordinate representation of color #D93FE6: hue angle of 295.33º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93FE6 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 63 | 230 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.10 |
| HSL | 295.33º | 0.77% | 0.57% | - |
| HSV(B) | 295.33º | 0.73% | 0.9% | - |
| XYZ | 44.68 | 24.02 | 77.14 | - |
| YUV | 128.08 | 185.52 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 230 | 0.06 | 0.73 | 0 | 0.10 | 295.33 | 0.77 | 0.57 |
| Hex | D9 | 3F | E6 | 6 | 49 | 0 | A | 127 | 4D | 39 |
| Octal | 331 | 77 | 346 | 6 | 111 | 0 | 12 | 447 | 115 | 71 |
| Binary | 11011001 | 111111 | 11100110 | 110 | 1001001 | 0 | 1010 | 100100111 | 1001101 | 111001 |
Color Harmonies of #D93FE6
Complementary color
Monochromatic Colors of #D93FE6
Black with #D93FE6
Text Example
Text Example
White with #D93FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FE6; }
p { color: rgb(217,63,230); }
H1.HeaderClassName
{
color: #D93FE6;
}
.AnyTagClassName
{
color: #D93FE6;
}
</style>
background-color css
<style>
a { background-color: #D93FE6; }
a { background-color: rgb(217,63,230); }
div.DivClassName
{
background-color: #D93FE6;
}
.BgClassName
{
background-color: #D93FE6;
}
</style>
border-color css
<style>
span { border-color: #D93FE6; }
span { border-color: rgb(217,63,230); }
td.TdClassName
{
border-color: #D93FE6;
}
.TagClassName
{
border-color: #D93FE6;
}
</style>