Html Css Color HEX #D63FDD Free Speech Magenta
📋 copy color: '#D63FDD'red 214 ◦ green 63 ◦ blue 221
Shades of Free Speech Magenta #D63FDD
Tints of Free Speech Magenta #D63FDD
RGB
CMYK
RGB Variations
Color information
#D63FDD (or 0xD63FDD) is known color: Free Speech Magenta. HEX triplet: D6, 3F and DD. RGB value is (214,63,221). Sum of RGB (Red+Green+Blue) = 214+63+221=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #D63FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FDD is #29C022. Grayscale: #7D7D7D. Windows color (decimal): -2736163 or 14499798. OLE color: 14499798.
HSL color Cylindrical-coordinate representation of color #D63FDD: hue angle of 297.34º 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 #D63FDD is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 63 | 221 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.13 |
| HSL | 297.34º | 0.7% | 0.56% | - |
| HSV(B) | 297.34º | 0.71% | 0.87% | - |
| XYZ | 42.56 | 23.07 | 70.62 | - |
| YUV | 126.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 221 | 0.03 | 0.71 | 0 | 0.13 | 297.34 | 0.7 | 0.56 |
| Hex | D6 | 3F | DD | 3 | 47 | 0 | D | 129 | 46 | 38 |
| Octal | 326 | 77 | 335 | 3 | 107 | 0 | 15 | 451 | 106 | 70 |
| Binary | 11010110 | 111111 | 11011101 | 11 | 1000111 | 0 | 1101 | 100101001 | 1000110 | 111000 |
Color Harmonies of #D63FDD
Complementary color
Monochromatic Colors of #D63FDD
Black with #D63FDD
Text Example
Text Example
White with #D63FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FDD; }
p { color: rgb(214,63,221); }
H1.HeaderClassName
{
color: #D63FDD;
}
.AnyTagClassName
{
color: #D63FDD;
}
</style>
background-color css
<style>
a { background-color: #D63FDD; }
a { background-color: rgb(214,63,221); }
div.DivClassName
{
background-color: #D63FDD;
}
.BgClassName
{
background-color: #D63FDD;
}
</style>
border-color css
<style>
span { border-color: #D63FDD; }
span { border-color: rgb(214,63,221); }
td.TdClassName
{
border-color: #D63FDD;
}
.TagClassName
{
border-color: #D63FDD;
}
</style>