Html Css Color HEX #D251EA Free Speech Magenta
📋 copy color: '#D251EA'red 210 ◦ green 81 ◦ blue 234
Shades of Free Speech Magenta #D251EA
Tints of Free Speech Magenta #D251EA
RGB
CMYK
RGB Variations
Color information
#D251EA (or 0xD251EA) is known color: Free Speech Magenta. HEX triplet: D2, 51 and EA. RGB value is (210,81,234). Sum of RGB (Red+Green+Blue) = 210+81+234=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #D251EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251EA is #2DAE15. Grayscale: #888888. Windows color (decimal): -2993686 or 15356370. OLE color: 15356370.
HSL color Cylindrical-coordinate representation of color #D251EA: hue angle of 290.59º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D251EA is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 81 | 234 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.08 |
| HSL | 290.59º | 0.78% | 0.62% | - |
| HSV(B) | 290.59º | 0.65% | 0.92% | - |
| XYZ | 44.37 | 25.53 | 80.43 | - |
| YUV | 137.01 | 182.74 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 234 | 0.10 | 0.65 | 0 | 0.08 | 290.59 | 0.78 | 0.62 |
| Hex | D2 | 51 | EA | A | 41 | 0 | 8 | 123 | 4E | 3E |
| Octal | 322 | 121 | 352 | 12 | 101 | 0 | 10 | 443 | 116 | 76 |
| Binary | 11010010 | 1010001 | 11101010 | 1010 | 1000001 | 0 | 1000 | 100100011 | 1001110 | 111110 |
Color Harmonies of #D251EA
Complementary color
Monochromatic Colors of #D251EA
Black with #D251EA
Text Example
Text Example
White with #D251EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251EA; }
p { color: rgb(210,81,234); }
H1.HeaderClassName
{
color: #D251EA;
}
.AnyTagClassName
{
color: #D251EA;
}
</style>
background-color css
<style>
a { background-color: #D251EA; }
a { background-color: rgb(210,81,234); }
div.DivClassName
{
background-color: #D251EA;
}
.BgClassName
{
background-color: #D251EA;
}
</style>
border-color css
<style>
span { border-color: #D251EA; }
span { border-color: rgb(210,81,234); }
td.TdClassName
{
border-color: #D251EA;
}
.TagClassName
{
border-color: #D251EA;
}
</style>