Html Css Color HEX #D93FDC Free Speech Magenta
📋 copy color: '#D93FDC'red 217 ◦ green 63 ◦ blue 220
Shades of Free Speech Magenta #D93FDC
Tints of Free Speech Magenta #D93FDC
RGB
CMYK
RGB Variations
Color information
#D93FDC (or 0xD93FDC) is known color: Free Speech Magenta. HEX triplet: D9, 3F and DC. RGB value is (217,63,220). Sum of RGB (Red+Green+Blue) = 217+63+220=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #D93FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93FDC is #26C023. Grayscale: #7E7E7E. Windows color (decimal): -2539556 or 14434265. OLE color: 14434265.
HSL color Cylindrical-coordinate representation of color #D93FDC: hue angle of 298.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93FDC is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 63 | 220 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.14 |
| HSL | 298.85º | 0.69% | 0.55% | - |
| HSV(B) | 298.85º | 0.71% | 0.86% | - |
| XYZ | 43.31 | 23.47 | 69.96 | - |
| YUV | 126.94 | 180.52 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 63 | 220 | 0.01 | 0.71 | 0 | 0.14 | 298.85 | 0.69 | 0.55 |
| Hex | D9 | 3F | DC | 1 | 47 | 0 | E | 12B | 45 | 37 |
| Octal | 331 | 77 | 334 | 1 | 107 | 0 | 16 | 453 | 105 | 67 |
| Binary | 11011001 | 111111 | 11011100 | 1 | 1000111 | 0 | 1110 | 100101011 | 1000101 | 110111 |
Color Harmonies of #D93FDC
Complementary color
Monochromatic Colors of #D93FDC
Black with #D93FDC
Text Example
Text Example
White with #D93FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93FDC; }
p { color: rgb(217,63,220); }
H1.HeaderClassName
{
color: #D93FDC;
}
.AnyTagClassName
{
color: #D93FDC;
}
</style>
background-color css
<style>
a { background-color: #D93FDC; }
a { background-color: rgb(217,63,220); }
div.DivClassName
{
background-color: #D93FDC;
}
.BgClassName
{
background-color: #D93FDC;
}
</style>
border-color css
<style>
span { border-color: #D93FDC; }
span { border-color: rgb(217,63,220); }
td.TdClassName
{
border-color: #D93FDC;
}
.TagClassName
{
border-color: #D93FDC;
}
</style>