Html Css Color HEX #D63ADF Free Speech Magenta
📋 copy color: '#D63ADF'red 214 ◦ green 58 ◦ blue 223
Shades of Free Speech Magenta #D63ADF
Tints of Free Speech Magenta #D63ADF
RGB
CMYK
RGB Variations
Color information
#D63ADF (or 0xD63ADF) is known color: Free Speech Magenta. HEX triplet: D6, 3A and DF. RGB value is (214,58,223). Sum of RGB (Red+Green+Blue) = 214+58+223=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #D63ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ADF is #29C520. Grayscale: #7A7A7A. Windows color (decimal): -2737441 or 14629590. OLE color: 14629590.
HSL color Cylindrical-coordinate representation of color #D63ADF: hue angle of 296.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63ADF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 58 | 223 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.13 |
| HSL | 296.73º | 0.72% | 0.55% | - |
| HSV(B) | 296.73º | 0.74% | 0.87% | - |
| XYZ | 42.56 | 22.65 | 71.94 | - |
| YUV | 123.45 | 184.18 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 223 | 0.04 | 0.74 | 0 | 0.13 | 296.73 | 0.72 | 0.55 |
| Hex | D6 | 3A | DF | 4 | 4A | 0 | D | 129 | 48 | 37 |
| Octal | 326 | 72 | 337 | 4 | 112 | 0 | 15 | 451 | 110 | 67 |
| Binary | 11010110 | 111010 | 11011111 | 100 | 1001010 | 0 | 1101 | 100101001 | 1001000 | 110111 |
Color Harmonies of #D63ADF
Complementary color
Monochromatic Colors of #D63ADF
Black with #D63ADF
Text Example
Text Example
White with #D63ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63ADF; }
p { color: rgb(214,58,223); }
H1.HeaderClassName
{
color: #D63ADF;
}
.AnyTagClassName
{
color: #D63ADF;
}
</style>
background-color css
<style>
a { background-color: #D63ADF; }
a { background-color: rgb(214,58,223); }
div.DivClassName
{
background-color: #D63ADF;
}
.BgClassName
{
background-color: #D63ADF;
}
</style>
border-color css
<style>
span { border-color: #D63ADF; }
span { border-color: rgb(214,58,223); }
td.TdClassName
{
border-color: #D63ADF;
}
.TagClassName
{
border-color: #D63ADF;
}
</style>