Html Css Color HEX #D251D5 Free Speech Magenta
📋 copy color: '#D251D5'red 210 ◦ green 81 ◦ blue 213
Shades of Free Speech Magenta #D251D5
Tints of Free Speech Magenta #D251D5
RGB
CMYK
RGB Variations
Color information
#D251D5 (or 0xD251D5) is known color: Free Speech Magenta. HEX triplet: D2, 51 and D5. RGB value is (210,81,213). Sum of RGB (Red+Green+Blue) = 210+81+213=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #D251D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251D5 is #2DAE2A. Grayscale: #868686. Windows color (decimal): -2993707 or 13980114. OLE color: 13980114.
HSL color Cylindrical-coordinate representation of color #D251D5: hue angle of 298.64º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D251D5 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 81 | 213 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.16 |
| HSL | 298.64º | 0.61% | 0.58% | - |
| HSV(B) | 298.64º | 0.62% | 0.84% | - |
| XYZ | 41.53 | 24.39 | 65.47 | - |
| YUV | 134.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 213 | 0.01 | 0.62 | 0 | 0.16 | 298.64 | 0.61 | 0.58 |
| Hex | D2 | 51 | D5 | 1 | 3E | 0 | 10 | 12B | 3D | 3A |
| Octal | 322 | 121 | 325 | 1 | 76 | 0 | 20 | 453 | 75 | 72 |
| Binary | 11010010 | 1010001 | 11010101 | 1 | 111110 | 0 | 10000 | 100101011 | 111101 | 111010 |
Color Harmonies of #D251D5
Complementary color
Monochromatic Colors of #D251D5
Black with #D251D5
Text Example
Text Example
White with #D251D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251D5; }
p { color: rgb(210,81,213); }
H1.HeaderClassName
{
color: #D251D5;
}
.AnyTagClassName
{
color: #D251D5;
}
</style>
background-color css
<style>
a { background-color: #D251D5; }
a { background-color: rgb(210,81,213); }
div.DivClassName
{
background-color: #D251D5;
}
.BgClassName
{
background-color: #D251D5;
}
</style>
border-color css
<style>
span { border-color: #D251D5; }
span { border-color: rgb(210,81,213); }
td.TdClassName
{
border-color: #D251D5;
}
.TagClassName
{
border-color: #D251D5;
}
</style>