Html Css Color HEX #D257DF Free Speech Magenta
📋 copy color: '#D257DF'red 210 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #D257DF
Tints of Free Speech Magenta #D257DF
RGB
CMYK
RGB Variations
Color information
#D257DF (or 0xD257DF) is known color: Free Speech Magenta. HEX triplet: D2, 57 and DF. RGB value is (210,87,223). Sum of RGB (Red+Green+Blue) = 210+87+223=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 87 (34.38% from 255 or 16.73% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #D257DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257DF is #2DA820. Grayscale: #8A8A8A. Windows color (decimal): -2992161 or 14637010. OLE color: 14637010.
HSL color Cylindrical-coordinate representation of color #D257DF: hue angle of 294.26º 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 #D257DF is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 87 | 223 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.13 |
| HSL | 294.26º | 0.68% | 0.61% | - |
| HSV(B) | 294.26º | 0.61% | 0.87% | - |
| XYZ | 43.31 | 25.85 | 72.52 | - |
| YUV | 139.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 223 | 0.06 | 0.61 | 0 | 0.13 | 294.26 | 0.68 | 0.61 |
| Hex | D2 | 57 | DF | 6 | 3D | 0 | D | 126 | 44 | 3D |
| Octal | 322 | 127 | 337 | 6 | 75 | 0 | 15 | 446 | 104 | 75 |
| Binary | 11010010 | 1010111 | 11011111 | 110 | 111101 | 0 | 1101 | 100100110 | 1000100 | 111101 |
Color Harmonies of #D257DF
Complementary color
Monochromatic Colors of #D257DF
Black with #D257DF
Text Example
Text Example
White with #D257DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257DF; }
p { color: rgb(210,87,223); }
H1.HeaderClassName
{
color: #D257DF;
}
.AnyTagClassName
{
color: #D257DF;
}
</style>
background-color css
<style>
a { background-color: #D257DF; }
a { background-color: rgb(210,87,223); }
div.DivClassName
{
background-color: #D257DF;
}
.BgClassName
{
background-color: #D257DF;
}
</style>
border-color css
<style>
span { border-color: #D257DF; }
span { border-color: rgb(210,87,223); }
td.TdClassName
{
border-color: #D257DF;
}
.TagClassName
{
border-color: #D257DF;
}
</style>