Html Css Color HEX #D848E8 Free Speech Magenta
📋 copy color: '#D848E8'red 216 ◦ green 72 ◦ blue 232
Shades of Free Speech Magenta #D848E8
Tints of Free Speech Magenta #D848E8
RGB
CMYK
RGB Variations
Color information
#D848E8 (or 0xD848E8) is known color: Free Speech Magenta. HEX triplet: D8, 48 and E8. RGB value is (216,72,232). Sum of RGB (Red+Green+Blue) = 216+72+232=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #D848E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D848E8 is #27B717. Grayscale: #848484. Windows color (decimal): -2602776 or 15223000. OLE color: 15223000.
HSL color Cylindrical-coordinate representation of color #D848E8: hue angle of 294º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D848E8 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 72 | 232 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.09 |
| HSL | 294º | 0.78% | 0.6% | - |
| HSV(B) | 294º | 0.69% | 0.91% | - |
| XYZ | 45.2 | 25.06 | 78.8 | - |
| YUV | 133.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 232 | 0.07 | 0.69 | 0 | 0.09 | 294 | 0.78 | 0.6 |
| Hex | D8 | 48 | E8 | 7 | 45 | 0 | 9 | 126 | 4E | 3C |
| Octal | 330 | 110 | 350 | 7 | 105 | 0 | 11 | 446 | 116 | 74 |
| Binary | 11011000 | 1001000 | 11101000 | 111 | 1000101 | 0 | 1001 | 100100110 | 1001110 | 111100 |
Color Harmonies of #D848E8
Complementary color
Monochromatic Colors of #D848E8
Black with #D848E8
Text Example
Text Example
White with #D848E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D848E8; }
p { color: rgb(216,72,232); }
H1.HeaderClassName
{
color: #D848E8;
}
.AnyTagClassName
{
color: #D848E8;
}
</style>
background-color css
<style>
a { background-color: #D848E8; }
a { background-color: rgb(216,72,232); }
div.DivClassName
{
background-color: #D848E8;
}
.BgClassName
{
background-color: #D848E8;
}
</style>
border-color css
<style>
span { border-color: #D848E8; }
span { border-color: rgb(216,72,232); }
td.TdClassName
{
border-color: #D848E8;
}
.TagClassName
{
border-color: #D848E8;
}
</style>