Html Css Color HEX #D654DF Free Speech Magenta
📋 copy color: '#D654DF'red 214 ◦ green 84 ◦ blue 223
Shades of Free Speech Magenta #D654DF
Tints of Free Speech Magenta #D654DF
RGB
CMYK
RGB Variations
Color information
#D654DF (or 0xD654DF) is known color: Free Speech Magenta. HEX triplet: D6, 54 and DF. RGB value is (214,84,223). Sum of RGB (Red+Green+Blue) = 214+84+223=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #D654DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D654DF is #29AB20. Grayscale: #8A8A8A. Windows color (decimal): -2730785 or 14636246. OLE color: 14636246.
HSL color Cylindrical-coordinate representation of color #D654DF: hue angle of 296.12º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D654DF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 84 | 223 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.13 |
| HSL | 296.12º | 0.68% | 0.6% | - |
| HSV(B) | 296.12º | 0.62% | 0.87% | - |
| XYZ | 44.22 | 25.96 | 72.49 | - |
| YUV | 138.72 | 175.57 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 223 | 0.04 | 0.62 | 0 | 0.13 | 296.12 | 0.68 | 0.6 |
| Hex | D6 | 54 | DF | 4 | 3E | 0 | D | 128 | 44 | 3C |
| Octal | 326 | 124 | 337 | 4 | 76 | 0 | 15 | 450 | 104 | 74 |
| Binary | 11010110 | 1010100 | 11011111 | 100 | 111110 | 0 | 1101 | 100101000 | 1000100 | 111100 |
Color Harmonies of #D654DF
Complementary color
Monochromatic Colors of #D654DF
Black with #D654DF
Text Example
Text Example
White with #D654DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D654DF; }
p { color: rgb(214,84,223); }
H1.HeaderClassName
{
color: #D654DF;
}
.AnyTagClassName
{
color: #D654DF;
}
</style>
background-color css
<style>
a { background-color: #D654DF; }
a { background-color: rgb(214,84,223); }
div.DivClassName
{
background-color: #D654DF;
}
.BgClassName
{
background-color: #D654DF;
}
</style>
border-color css
<style>
span { border-color: #D654DF; }
span { border-color: rgb(214,84,223); }
td.TdClassName
{
border-color: #D654DF;
}
.TagClassName
{
border-color: #D654DF;
}
</style>