Html Css Color HEX #D749E6 Free Speech Magenta
📋 copy color: '#D749E6'red 215 ◦ green 73 ◦ blue 230
Shades of Free Speech Magenta #D749E6
Tints of Free Speech Magenta #D749E6
RGB
CMYK
RGB Variations
Color information
#D749E6 (or 0xD749E6) is known color: Free Speech Magenta. HEX triplet: D7, 49 and E6. RGB value is (215,73,230). Sum of RGB (Red+Green+Blue) = 215+73+230=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #D749E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D749E6 is #28B619. Grayscale: #848484. Windows color (decimal): -2668058 or 15092183. OLE color: 15092183.
HSL color Cylindrical-coordinate representation of color #D749E6: hue angle of 294.27º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D749E6 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 73 | 230 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.10 |
| HSL | 294.27º | 0.76% | 0.59% | - |
| HSV(B) | 294.27º | 0.68% | 0.9% | - |
| XYZ | 44.69 | 24.93 | 77.32 | - |
| YUV | 133.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 230 | 0.07 | 0.68 | 0 | 0.10 | 294.27 | 0.76 | 0.59 |
| Hex | D7 | 49 | E6 | 7 | 44 | 0 | A | 126 | 4C | 3B |
| Octal | 327 | 111 | 346 | 7 | 104 | 0 | 12 | 446 | 114 | 73 |
| Binary | 11010111 | 1001001 | 11100110 | 111 | 1000100 | 0 | 1010 | 100100110 | 1001100 | 111011 |
Color Harmonies of #D749E6
Complementary color
Monochromatic Colors of #D749E6
Black with #D749E6
Text Example
Text Example
White with #D749E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D749E6; }
p { color: rgb(215,73,230); }
H1.HeaderClassName
{
color: #D749E6;
}
.AnyTagClassName
{
color: #D749E6;
}
</style>
background-color css
<style>
a { background-color: #D749E6; }
a { background-color: rgb(215,73,230); }
div.DivClassName
{
background-color: #D749E6;
}
.BgClassName
{
background-color: #D749E6;
}
</style>
border-color css
<style>
span { border-color: #D749E6; }
span { border-color: rgb(215,73,230); }
td.TdClassName
{
border-color: #D749E6;
}
.TagClassName
{
border-color: #D749E6;
}
</style>