Html Css Color HEX #D635DF Free Speech Magenta
📋 copy color: '#D635DF'red 214 ◦ green 53 ◦ blue 223
Shades of Free Speech Magenta #D635DF
Tints of Free Speech Magenta #D635DF
RGB
CMYK
RGB Variations
Color information
#D635DF (or 0xD635DF) is known color: Free Speech Magenta. HEX triplet: D6, 35 and DF. RGB value is (214,53,223). Sum of RGB (Red+Green+Blue) = 214+53+223=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 53 (21.09% from 255 or 10.82% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #D635DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D635DF is #29CA20. Grayscale: #787878. Windows color (decimal): -2738721 or 14628310. OLE color: 14628310.
HSL color Cylindrical-coordinate representation of color #D635DF: hue angle of 296.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D635DF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 53 | 223 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.13 |
| HSL | 296.82º | 0.73% | 0.54% | - |
| HSV(B) | 296.82º | 0.76% | 0.87% | - |
| XYZ | 42.32 | 22.17 | 71.86 | - |
| YUV | 120.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 223 | 0.04 | 0.76 | 0 | 0.13 | 296.82 | 0.73 | 0.54 |
| Hex | D6 | 35 | DF | 4 | 4C | 0 | D | 129 | 49 | 36 |
| Octal | 326 | 65 | 337 | 4 | 114 | 0 | 15 | 451 | 111 | 66 |
| Binary | 11010110 | 110101 | 11011111 | 100 | 1001100 | 0 | 1101 | 100101001 | 1001001 | 110110 |
Color Harmonies of #D635DF
Complementary color
Monochromatic Colors of #D635DF
Black with #D635DF
Text Example
Text Example
White with #D635DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D635DF; }
p { color: rgb(214,53,223); }
H1.HeaderClassName
{
color: #D635DF;
}
.AnyTagClassName
{
color: #D635DF;
}
</style>
background-color css
<style>
a { background-color: #D635DF; }
a { background-color: rgb(214,53,223); }
div.DivClassName
{
background-color: #D635DF;
}
.BgClassName
{
background-color: #D635DF;
}
</style>
border-color css
<style>
span { border-color: #D635DF; }
span { border-color: rgb(214,53,223); }
td.TdClassName
{
border-color: #D635DF;
}
.TagClassName
{
border-color: #D635DF;
}
</style>