Html Css Color HEX #D458DF Free Speech Magenta
📋 copy color: '#D458DF'red 212 ◦ green 88 ◦ blue 223
Shades of Free Speech Magenta #D458DF
Tints of Free Speech Magenta #D458DF
RGB
CMYK
RGB Variations
Color information
#D458DF (or 0xD458DF) is known color: Free Speech Magenta. HEX triplet: D4, 58 and DF. RGB value is (212,88,223). Sum of RGB (Red+Green+Blue) = 212+88+223=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #D458DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D458DF is #2BA720. Grayscale: #8C8C8C. Windows color (decimal): -2860833 or 14637268. OLE color: 14637268.
HSL color Cylindrical-coordinate representation of color #D458DF: hue angle of 295.11º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D458DF is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 88 | 223 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.13 |
| HSL | 295.11º | 0.68% | 0.61% | - |
| HSV(B) | 295.11º | 0.61% | 0.87% | - |
| XYZ | 43.96 | 26.3 | 72.57 | - |
| YUV | 140.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 223 | 0.05 | 0.61 | 0 | 0.13 | 295.11 | 0.68 | 0.61 |
| Hex | D4 | 58 | DF | 5 | 3D | 0 | D | 127 | 44 | 3D |
| Octal | 324 | 130 | 337 | 5 | 75 | 0 | 15 | 447 | 104 | 75 |
| Binary | 11010100 | 1011000 | 11011111 | 101 | 111101 | 0 | 1101 | 100100111 | 1000100 | 111101 |
Color Harmonies of #D458DF
Complementary color
Monochromatic Colors of #D458DF
Black with #D458DF
Text Example
Text Example
White with #D458DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D458DF; }
p { color: rgb(212,88,223); }
H1.HeaderClassName
{
color: #D458DF;
}
.AnyTagClassName
{
color: #D458DF;
}
</style>
background-color css
<style>
a { background-color: #D458DF; }
a { background-color: rgb(212,88,223); }
div.DivClassName
{
background-color: #D458DF;
}
.BgClassName
{
background-color: #D458DF;
}
</style>
border-color css
<style>
span { border-color: #D458DF; }
span { border-color: rgb(212,88,223); }
td.TdClassName
{
border-color: #D458DF;
}
.TagClassName
{
border-color: #D458DF;
}
</style>