Html Css Color HEX #D251E8 Free Speech Magenta
📋 copy color: '#D251E8'red 210 ◦ green 81 ◦ blue 232
Shades of Free Speech Magenta #D251E8
Tints of Free Speech Magenta #D251E8
RGB
CMYK
RGB Variations
Color information
#D251E8 (or 0xD251E8) is known color: Free Speech Magenta. HEX triplet: D2, 51 and E8. RGB value is (210,81,232). Sum of RGB (Red+Green+Blue) = 210+81+232=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #D251E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251E8 is #2DAE17. Grayscale: #888888. Windows color (decimal): -2993688 or 15225298. OLE color: 15225298.
HSL color Cylindrical-coordinate representation of color #D251E8: hue angle of 291.26º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D251E8 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 81 | 232 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.09 |
| HSL | 291.26º | 0.77% | 0.61% | - |
| HSV(B) | 291.26º | 0.65% | 0.91% | - |
| XYZ | 44.09 | 25.41 | 78.93 | - |
| YUV | 136.79 | 181.74 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 232 | 0.09 | 0.65 | 0 | 0.09 | 291.26 | 0.77 | 0.61 |
| Hex | D2 | 51 | E8 | 9 | 41 | 0 | 9 | 123 | 4D | 3D |
| Octal | 322 | 121 | 350 | 11 | 101 | 0 | 11 | 443 | 115 | 75 |
| Binary | 11010010 | 1010001 | 11101000 | 1001 | 1000001 | 0 | 1001 | 100100011 | 1001101 | 111101 |
Color Harmonies of #D251E8
Complementary color
Monochromatic Colors of #D251E8
Black with #D251E8
Text Example
Text Example
White with #D251E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251E8; }
p { color: rgb(210,81,232); }
H1.HeaderClassName
{
color: #D251E8;
}
.AnyTagClassName
{
color: #D251E8;
}
</style>
background-color css
<style>
a { background-color: #D251E8; }
a { background-color: rgb(210,81,232); }
div.DivClassName
{
background-color: #D251E8;
}
.BgClassName
{
background-color: #D251E8;
}
</style>
border-color css
<style>
span { border-color: #D251E8; }
span { border-color: rgb(210,81,232); }
td.TdClassName
{
border-color: #D251E8;
}
.TagClassName
{
border-color: #D251E8;
}
</style>