Html Css Color HEX #D845DF Free Speech Magenta
📋 copy color: '#D845DF'red 216 ◦ green 69 ◦ blue 223
Shades of Free Speech Magenta #D845DF
Tints of Free Speech Magenta #D845DF
RGB
CMYK
RGB Variations
Color information
#D845DF (or 0xD845DF) is known color: Free Speech Magenta. HEX triplet: D8, 45 and DF. RGB value is (216,69,223). Sum of RGB (Red+Green+Blue) = 216+69+223=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 69 (27.34% from 255 or 13.58% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #D845DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D845DF is #27BA20. Grayscale: #828282. Windows color (decimal): -2603553 or 14632408. OLE color: 14632408.
HSL color Cylindrical-coordinate representation of color #D845DF: hue angle of 297.27º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D845DF is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 69 | 223 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.13 |
| HSL | 297.27º | 0.71% | 0.57% | - |
| HSV(B) | 297.27º | 0.69% | 0.87% | - |
| XYZ | 43.77 | 24.18 | 72.17 | - |
| YUV | 130.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 223 | 0.03 | 0.69 | 0 | 0.13 | 297.27 | 0.71 | 0.57 |
| Hex | D8 | 45 | DF | 3 | 45 | 0 | D | 129 | 47 | 39 |
| Octal | 330 | 105 | 337 | 3 | 105 | 0 | 15 | 451 | 107 | 71 |
| Binary | 11011000 | 1000101 | 11011111 | 11 | 1000101 | 0 | 1101 | 100101001 | 1000111 | 111001 |
Color Harmonies of #D845DF
Complementary color
Monochromatic Colors of #D845DF
Black with #D845DF
Text Example
Text Example
White with #D845DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D845DF; }
p { color: rgb(216,69,223); }
H1.HeaderClassName
{
color: #D845DF;
}
.AnyTagClassName
{
color: #D845DF;
}
</style>
background-color css
<style>
a { background-color: #D845DF; }
a { background-color: rgb(216,69,223); }
div.DivClassName
{
background-color: #D845DF;
}
.BgClassName
{
background-color: #D845DF;
}
</style>
border-color css
<style>
span { border-color: #D845DF; }
span { border-color: rgb(216,69,223); }
td.TdClassName
{
border-color: #D845DF;
}
.TagClassName
{
border-color: #D845DF;
}
</style>