Html Css Color HEX #D549E6 Free Speech Magenta
📋 copy color: '#D549E6'red 213 ◦ green 73 ◦ blue 230
Shades of Free Speech Magenta #D549E6
Tints of Free Speech Magenta #D549E6
RGB
CMYK
RGB Variations
Color information
#D549E6 (or 0xD549E6) is known color: Free Speech Magenta. HEX triplet: D5, 49 and E6. RGB value is (213,73,230). Sum of RGB (Red+Green+Blue) = 213+73+230=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #D549E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D549E6 is #2AB619. Grayscale: #848484. Windows color (decimal): -2799130 or 15092181. OLE color: 15092181.
HSL color Cylindrical-coordinate representation of color #D549E6: hue angle of 293.5º 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 #D549E6 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 73 | 230 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.10 |
| HSL | 293.5º | 0.76% | 0.59% | - |
| HSV(B) | 293.5º | 0.68% | 0.9% | - |
| XYZ | 44.11 | 24.62 | 77.29 | - |
| YUV | 132.76 | 182.88 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 230 | 0.07 | 0.68 | 0 | 0.10 | 293.5 | 0.76 | 0.59 |
| Hex | D5 | 49 | E6 | 7 | 44 | 0 | A | 126 | 4C | 3B |
| Octal | 325 | 111 | 346 | 7 | 104 | 0 | 12 | 446 | 114 | 73 |
| Binary | 11010101 | 1001001 | 11100110 | 111 | 1000100 | 0 | 1010 | 100100110 | 1001100 | 111011 |
Color Harmonies of #D549E6
Complementary color
Monochromatic Colors of #D549E6
Black with #D549E6
Text Example
Text Example
White with #D549E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549E6; }
p { color: rgb(213,73,230); }
H1.HeaderClassName
{
color: #D549E6;
}
.AnyTagClassName
{
color: #D549E6;
}
</style>
background-color css
<style>
a { background-color: #D549E6; }
a { background-color: rgb(213,73,230); }
div.DivClassName
{
background-color: #D549E6;
}
.BgClassName
{
background-color: #D549E6;
}
</style>
border-color css
<style>
span { border-color: #D549E6; }
span { border-color: rgb(213,73,230); }
td.TdClassName
{
border-color: #D549E6;
}
.TagClassName
{
border-color: #D549E6;
}
</style>