Html Css Color HEX #D251D4 Free Speech Magenta
📋 copy color: '#D251D4'red 210 ◦ green 81 ◦ blue 212
Shades of Free Speech Magenta #D251D4
Tints of Free Speech Magenta #D251D4
RGB
CMYK
RGB Variations
Color information
#D251D4 (or 0xD251D4) is known color: Free Speech Magenta. HEX triplet: D2, 51 and D4. RGB value is (210,81,212). Sum of RGB (Red+Green+Blue) = 210+81+212=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #D251D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251D4 is #2DAE2B. Grayscale: #868686. Windows color (decimal): -2993708 or 13914578. OLE color: 13914578.
HSL color Cylindrical-coordinate representation of color #D251D4: hue angle of 299.08º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D251D4 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 81 | 212 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.17 |
| HSL | 299.08º | 0.6% | 0.57% | - |
| HSV(B) | 299.08º | 0.62% | 0.83% | - |
| XYZ | 41.4 | 24.34 | 64.8 | - |
| YUV | 134.51 | 171.74 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 212 | 0.01 | 0.62 | 0 | 0.17 | 299.08 | 0.6 | 0.57 |
| Hex | D2 | 51 | D4 | 1 | 3E | 0 | 11 | 12B | 3C | 39 |
| Octal | 322 | 121 | 324 | 1 | 76 | 0 | 21 | 453 | 74 | 71 |
| Binary | 11010010 | 1010001 | 11010100 | 1 | 111110 | 0 | 10001 | 100101011 | 111100 | 111001 |
Color Harmonies of #D251D4
Complementary color
Monochromatic Colors of #D251D4
Black with #D251D4
Text Example
Text Example
White with #D251D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251D4; }
p { color: rgb(210,81,212); }
H1.HeaderClassName
{
color: #D251D4;
}
.AnyTagClassName
{
color: #D251D4;
}
</style>
background-color css
<style>
a { background-color: #D251D4; }
a { background-color: rgb(210,81,212); }
div.DivClassName
{
background-color: #D251D4;
}
.BgClassName
{
background-color: #D251D4;
}
</style>
border-color css
<style>
span { border-color: #D251D4; }
span { border-color: rgb(210,81,212); }
td.TdClassName
{
border-color: #D251D4;
}
.TagClassName
{
border-color: #D251D4;
}
</style>