Html Css Color HEX #D257EC Free Speech Magenta
📋 copy color: '#D257EC'red 210 ◦ green 87 ◦ blue 236
Shades of Free Speech Magenta #D257EC
Tints of Free Speech Magenta #D257EC
RGB
CMYK
RGB Variations
Color information
#D257EC (or 0xD257EC) is known color: Free Speech Magenta. HEX triplet: D2, 57 and EC. RGB value is (210,87,236). Sum of RGB (Red+Green+Blue) = 210+87+236=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #D257EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D257EC is #2DA813. Grayscale: #8C8C8C. Windows color (decimal): -2992148 or 15488978. OLE color: 15488978.
HSL color Cylindrical-coordinate representation of color #D257EC: hue angle of 289.53º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D257EC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 87 | 236 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.07 |
| HSL | 289.53º | 0.8% | 0.63% | - |
| HSV(B) | 289.53º | 0.63% | 0.93% | - |
| XYZ | 45.13 | 26.57 | 82.11 | - |
| YUV | 140.76 | 181.75 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 236 | 0.11 | 0.63 | 0 | 0.07 | 289.53 | 0.8 | 0.63 |
| Hex | D2 | 57 | EC | B | 3F | 0 | 7 | 122 | 50 | 3F |
| Octal | 322 | 127 | 354 | 13 | 77 | 0 | 7 | 442 | 120 | 77 |
| Binary | 11010010 | 1010111 | 11101100 | 1011 | 111111 | 0 | 111 | 100100010 | 1010000 | 111111 |
Color Harmonies of #D257EC
Complementary color
Monochromatic Colors of #D257EC
Black with #D257EC
Text Example
Text Example
White with #D257EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257EC; }
p { color: rgb(210,87,236); }
H1.HeaderClassName
{
color: #D257EC;
}
.AnyTagClassName
{
color: #D257EC;
}
</style>
background-color css
<style>
a { background-color: #D257EC; }
a { background-color: rgb(210,87,236); }
div.DivClassName
{
background-color: #D257EC;
}
.BgClassName
{
background-color: #D257EC;
}
</style>
border-color css
<style>
span { border-color: #D257EC; }
span { border-color: rgb(210,87,236); }
td.TdClassName
{
border-color: #D257EC;
}
.TagClassName
{
border-color: #D257EC;
}
</style>