Html Css Color HEX #D251E3 Free Speech Magenta
📋 copy color: '#D251E3'red 210 ◦ green 81 ◦ blue 227
Shades of Free Speech Magenta #D251E3
Tints of Free Speech Magenta #D251E3
RGB
CMYK
RGB Variations
Color information
#D251E3 (or 0xD251E3) is known color: Free Speech Magenta. HEX triplet: D2, 51 and E3. RGB value is (210,81,227). Sum of RGB (Red+Green+Blue) = 210+81+227=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 227 - color contains mainly: blue. Hex color #D251E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251E3 is #2DAE1C. Grayscale: #878787. Windows color (decimal): -2993693 or 14897618. OLE color: 14897618.
HSL color Cylindrical-coordinate representation of color #D251E3: hue angle of 293.01º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D251E3 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 81 | 227 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.11 |
| HSL | 293.01º | 0.72% | 0.6% | - |
| HSV(B) | 293.01º | 0.64% | 0.89% | - |
| XYZ | 43.39 | 25.13 | 75.24 | - |
| YUV | 136.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 227 | 0.07 | 0.64 | 0 | 0.11 | 293.01 | 0.72 | 0.6 |
| Hex | D2 | 51 | E3 | 7 | 40 | 0 | B | 125 | 48 | 3C |
| Octal | 322 | 121 | 343 | 7 | 100 | 0 | 13 | 445 | 110 | 74 |
| Binary | 11010010 | 1010001 | 11100011 | 111 | 1000000 | 0 | 1011 | 100100101 | 1001000 | 111100 |
Color Harmonies of #D251E3
Complementary color
Monochromatic Colors of #D251E3
Black with #D251E3
Text Example
Text Example
White with #D251E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251E3; }
p { color: rgb(210,81,227); }
H1.HeaderClassName
{
color: #D251E3;
}
.AnyTagClassName
{
color: #D251E3;
}
</style>
background-color css
<style>
a { background-color: #D251E3; }
a { background-color: rgb(210,81,227); }
div.DivClassName
{
background-color: #D251E3;
}
.BgClassName
{
background-color: #D251E3;
}
</style>
border-color css
<style>
span { border-color: #D251E3; }
span { border-color: rgb(210,81,227); }
td.TdClassName
{
border-color: #D251E3;
}
.TagClassName
{
border-color: #D251E3;
}
</style>