Html Css Color HEX #D849E3 Free Speech Magenta
📋 copy color: '#D849E3'red 216 ◦ green 73 ◦ blue 227
Shades of Free Speech Magenta #D849E3
Tints of Free Speech Magenta #D849E3
RGB
CMYK
RGB Variations
Color information
#D849E3 (or 0xD849E3) is known color: Free Speech Magenta. HEX triplet: D8, 49 and E3. RGB value is (216,73,227). Sum of RGB (Red+Green+Blue) = 216+73+227=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 227 (89.06% from 255 or 43.99% from 516); Max value from RGB is 227 - color contains mainly: blue. Hex color #D849E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D849E3 is #27B61C. Grayscale: #848484. Windows color (decimal): -2602525 or 14895576. OLE color: 14895576.
HSL color Cylindrical-coordinate representation of color #D849E3: hue angle of 295.71º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D849E3 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 73 | 227 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.11 |
| HSL | 295.71º | 0.73% | 0.59% | - |
| HSV(B) | 295.71º | 0.68% | 0.89% | - |
| XYZ | 44.57 | 24.91 | 75.13 | - |
| YUV | 133.31 | 180.88 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 227 | 0.05 | 0.68 | 0 | 0.11 | 295.71 | 0.73 | 0.59 |
| Hex | D8 | 49 | E3 | 5 | 44 | 0 | B | 128 | 49 | 3B |
| Octal | 330 | 111 | 343 | 5 | 104 | 0 | 13 | 450 | 111 | 73 |
| Binary | 11011000 | 1001001 | 11100011 | 101 | 1000100 | 0 | 1011 | 100101000 | 1001001 | 111011 |
Color Harmonies of #D849E3
Complementary color
Monochromatic Colors of #D849E3
Black with #D849E3
Text Example
Text Example
White with #D849E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D849E3; }
p { color: rgb(216,73,227); }
H1.HeaderClassName
{
color: #D849E3;
}
.AnyTagClassName
{
color: #D849E3;
}
</style>
background-color css
<style>
a { background-color: #D849E3; }
a { background-color: rgb(216,73,227); }
div.DivClassName
{
background-color: #D849E3;
}
.BgClassName
{
background-color: #D849E3;
}
</style>
border-color css
<style>
span { border-color: #D849E3; }
span { border-color: rgb(216,73,227); }
td.TdClassName
{
border-color: #D849E3;
}
.TagClassName
{
border-color: #D849E3;
}
</style>