Html Css Color HEX #D151DD Free Speech Magenta
📋 copy color: '#D151DD'red 209 ◦ green 81 ◦ blue 221
Shades of Free Speech Magenta #D151DD
Tints of Free Speech Magenta #D151DD
RGB
CMYK
RGB Variations
Color information
#D151DD (or 0xD151DD) is known color: Free Speech Magenta. HEX triplet: D1, 51 and DD. RGB value is (209,81,221). Sum of RGB (Red+Green+Blue) = 209+81+221=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #D151DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151DD is #2EAE22. Grayscale: #868686. Windows color (decimal): -3059235 or 14504401. OLE color: 14504401.
HSL color Cylindrical-coordinate representation of color #D151DD: hue angle of 294.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D151DD is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 81 | 221 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.13 |
| HSL | 294.86º | 0.67% | 0.59% | - |
| HSV(B) | 294.86º | 0.63% | 0.87% | - |
| XYZ | 42.29 | 24.66 | 70.94 | - |
| YUV | 135.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 221 | 0.05 | 0.63 | 0 | 0.13 | 294.86 | 0.67 | 0.59 |
| Hex | D1 | 51 | DD | 5 | 3F | 0 | D | 127 | 43 | 3B |
| Octal | 321 | 121 | 335 | 5 | 77 | 0 | 15 | 447 | 103 | 73 |
| Binary | 11010001 | 1010001 | 11011101 | 101 | 111111 | 0 | 1101 | 100100111 | 1000011 | 111011 |
Color Harmonies of #D151DD
Complementary color
Monochromatic Colors of #D151DD
Black with #D151DD
Text Example
Text Example
White with #D151DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151DD; }
p { color: rgb(209,81,221); }
H1.HeaderClassName
{
color: #D151DD;
}
.AnyTagClassName
{
color: #D151DD;
}
</style>
background-color css
<style>
a { background-color: #D151DD; }
a { background-color: rgb(209,81,221); }
div.DivClassName
{
background-color: #D151DD;
}
.BgClassName
{
background-color: #D151DD;
}
</style>
border-color css
<style>
span { border-color: #D151DD; }
span { border-color: rgb(209,81,221); }
td.TdClassName
{
border-color: #D151DD;
}
.TagClassName
{
border-color: #D151DD;
}
</style>