Html Css Color HEX #D257E4 Free Speech Magenta
📋 copy color: '#D257E4'red 210 ◦ green 87 ◦ blue 228
Shades of Free Speech Magenta #D257E4
Tints of Free Speech Magenta #D257E4
RGB
CMYK
RGB Variations
Color information
#D257E4 (or 0xD257E4) is known color: Free Speech Magenta. HEX triplet: D2, 57 and E4. RGB value is (210,87,228). Sum of RGB (Red+Green+Blue) = 210+87+228=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 87 (34.38% from 255 or 16.57% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #D257E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257E4 is #2DA81B. Grayscale: #8B8B8B. Windows color (decimal): -2992156 or 14964690. OLE color: 14964690.
HSL color Cylindrical-coordinate representation of color #D257E4: hue angle of 292.34º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D257E4 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 87 | 228 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.11 |
| HSL | 292.34º | 0.72% | 0.62% | - |
| HSV(B) | 292.34º | 0.62% | 0.89% | - |
| XYZ | 43.99 | 26.12 | 76.12 | - |
| YUV | 139.85 | 177.75 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 228 | 0.08 | 0.62 | 0 | 0.11 | 292.34 | 0.72 | 0.62 |
| Hex | D2 | 57 | E4 | 8 | 3E | 0 | B | 124 | 48 | 3E |
| Octal | 322 | 127 | 344 | 10 | 76 | 0 | 13 | 444 | 110 | 76 |
| Binary | 11010010 | 1010111 | 11100100 | 1000 | 111110 | 0 | 1011 | 100100100 | 1001000 | 111110 |
Color Harmonies of #D257E4
Complementary color
Monochromatic Colors of #D257E4
Black with #D257E4
Text Example
Text Example
White with #D257E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257E4; }
p { color: rgb(210,87,228); }
H1.HeaderClassName
{
color: #D257E4;
}
.AnyTagClassName
{
color: #D257E4;
}
</style>
background-color css
<style>
a { background-color: #D257E4; }
a { background-color: rgb(210,87,228); }
div.DivClassName
{
background-color: #D257E4;
}
.BgClassName
{
background-color: #D257E4;
}
</style>
border-color css
<style>
span { border-color: #D257E4; }
span { border-color: rgb(210,87,228); }
td.TdClassName
{
border-color: #D257E4;
}
.TagClassName
{
border-color: #D257E4;
}
</style>