Html Css Color HEX #D454DF Free Speech Magenta
📋 copy color: '#D454DF'red 212 ◦ green 84 ◦ blue 223
Shades of Free Speech Magenta #D454DF
Tints of Free Speech Magenta #D454DF
RGB
CMYK
RGB Variations
Color information
#D454DF (or 0xD454DF) is known color: Free Speech Magenta. HEX triplet: D4, 54 and DF. RGB value is (212,84,223). Sum of RGB (Red+Green+Blue) = 212+84+223=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #D454DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D454DF is #2BAB20. Grayscale: #898989. Windows color (decimal): -2861857 or 14636244. OLE color: 14636244.
HSL color Cylindrical-coordinate representation of color #D454DF: hue angle of 295.25º 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 #D454DF is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 84 | 223 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.13 |
| HSL | 295.25º | 0.68% | 0.6% | - |
| HSV(B) | 295.25º | 0.62% | 0.87% | - |
| XYZ | 43.64 | 25.67 | 72.47 | - |
| YUV | 138.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 223 | 0.05 | 0.62 | 0 | 0.13 | 295.25 | 0.68 | 0.6 |
| Hex | D4 | 54 | DF | 5 | 3E | 0 | D | 127 | 44 | 3C |
| Octal | 324 | 124 | 337 | 5 | 76 | 0 | 15 | 447 | 104 | 74 |
| Binary | 11010100 | 1010100 | 11011111 | 101 | 111110 | 0 | 1101 | 100100111 | 1000100 | 111100 |
Color Harmonies of #D454DF
Complementary color
Monochromatic Colors of #D454DF
Black with #D454DF
Text Example
Text Example
White with #D454DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D454DF; }
p { color: rgb(212,84,223); }
H1.HeaderClassName
{
color: #D454DF;
}
.AnyTagClassName
{
color: #D454DF;
}
</style>
background-color css
<style>
a { background-color: #D454DF; }
a { background-color: rgb(212,84,223); }
div.DivClassName
{
background-color: #D454DF;
}
.BgClassName
{
background-color: #D454DF;
}
</style>
border-color css
<style>
span { border-color: #D454DF; }
span { border-color: rgb(212,84,223); }
td.TdClassName
{
border-color: #D454DF;
}
.TagClassName
{
border-color: #D454DF;
}
</style>