Html Css Color HEX #D848DF Free Speech Magenta
📋 copy color: '#D848DF'red 216 ◦ green 72 ◦ blue 223
Shades of Free Speech Magenta #D848DF
Tints of Free Speech Magenta #D848DF
RGB
CMYK
RGB Variations
Color information
#D848DF (or 0xD848DF) is known color: Free Speech Magenta. HEX triplet: D8, 48 and DF. RGB value is (216,72,223). Sum of RGB (Red+Green+Blue) = 216+72+223=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #D848DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D848DF is #27B720. Grayscale: #838383. Windows color (decimal): -2602785 or 14633176. OLE color: 14633176.
HSL color Cylindrical-coordinate representation of color #D848DF: hue angle of 297.22º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D848DF is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 72 | 223 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.13 |
| HSL | 297.22º | 0.7% | 0.58% | - |
| HSV(B) | 297.22º | 0.68% | 0.87% | - |
| XYZ | 43.96 | 24.56 | 72.24 | - |
| YUV | 132.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 223 | 0.03 | 0.68 | 0 | 0.13 | 297.22 | 0.7 | 0.58 |
| Hex | D8 | 48 | DF | 3 | 44 | 0 | D | 129 | 46 | 3A |
| Octal | 330 | 110 | 337 | 3 | 104 | 0 | 15 | 451 | 106 | 72 |
| Binary | 11011000 | 1001000 | 11011111 | 11 | 1000100 | 0 | 1101 | 100101001 | 1000110 | 111010 |
Color Harmonies of #D848DF
Complementary color
Monochromatic Colors of #D848DF
Black with #D848DF
Text Example
Text Example
White with #D848DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D848DF; }
p { color: rgb(216,72,223); }
H1.HeaderClassName
{
color: #D848DF;
}
.AnyTagClassName
{
color: #D848DF;
}
</style>
background-color css
<style>
a { background-color: #D848DF; }
a { background-color: rgb(216,72,223); }
div.DivClassName
{
background-color: #D848DF;
}
.BgClassName
{
background-color: #D848DF;
}
</style>
border-color css
<style>
span { border-color: #D848DF; }
span { border-color: rgb(216,72,223); }
td.TdClassName
{
border-color: #D848DF;
}
.TagClassName
{
border-color: #D848DF;
}
</style>