Html Css Color HEX #D151DF Free Speech Magenta
📋 copy color: '#D151DF'red 209 ◦ green 81 ◦ blue 223
Shades of Free Speech Magenta #D151DF
Tints of Free Speech Magenta #D151DF
RGB
CMYK
RGB Variations
Color information
#D151DF (or 0xD151DF) is known color: Free Speech Magenta. HEX triplet: D1, 51 and DF. RGB value is (209,81,223). Sum of RGB (Red+Green+Blue) = 209+81+223=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #D151DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D151DF is #2EAE20. Grayscale: #878787. Windows color (decimal): -3059233 or 14635473. OLE color: 14635473.
HSL color Cylindrical-coordinate representation of color #D151DF: hue angle of 294.08º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D151DF is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 81 | 223 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.13 |
| HSL | 294.08º | 0.69% | 0.6% | - |
| HSV(B) | 294.08º | 0.64% | 0.87% | - |
| XYZ | 42.56 | 24.77 | 72.35 | - |
| YUV | 135.46 | 177.41 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 223 | 0.06 | 0.64 | 0 | 0.13 | 294.08 | 0.69 | 0.6 |
| Hex | D1 | 51 | DF | 6 | 40 | 0 | D | 126 | 45 | 3C |
| Octal | 321 | 121 | 337 | 6 | 100 | 0 | 15 | 446 | 105 | 74 |
| Binary | 11010001 | 1010001 | 11011111 | 110 | 1000000 | 0 | 1101 | 100100110 | 1000101 | 111100 |
Color Harmonies of #D151DF
Complementary color
Monochromatic Colors of #D151DF
Black with #D151DF
Text Example
Text Example
White with #D151DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151DF; }
p { color: rgb(209,81,223); }
H1.HeaderClassName
{
color: #D151DF;
}
.AnyTagClassName
{
color: #D151DF;
}
</style>
background-color css
<style>
a { background-color: #D151DF; }
a { background-color: rgb(209,81,223); }
div.DivClassName
{
background-color: #D151DF;
}
.BgClassName
{
background-color: #D151DF;
}
</style>
border-color css
<style>
span { border-color: #D151DF; }
span { border-color: rgb(209,81,223); }
td.TdClassName
{
border-color: #D151DF;
}
.TagClassName
{
border-color: #D151DF;
}
</style>