Html Css Color HEX #D544E6 Free Speech Magenta
📋 copy color: '#D544E6'red 213 ◦ green 68 ◦ blue 230
Shades of Free Speech Magenta #D544E6
Tints of Free Speech Magenta #D544E6
RGB
CMYK
RGB Variations
Color information
#D544E6 (or 0xD544E6) is known color: Free Speech Magenta. HEX triplet: D5, 44 and E6. RGB value is (213,68,230). Sum of RGB (Red+Green+Blue) = 213+68+230=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #D544E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D544E6 is #2ABB19. Grayscale: #818181. Windows color (decimal): -2800410 or 15090901. OLE color: 15090901.
HSL color Cylindrical-coordinate representation of color #D544E6: hue angle of 293.7º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D544E6 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 68 | 230 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.10 |
| HSL | 293.7º | 0.76% | 0.58% | - |
| HSV(B) | 293.7º | 0.7% | 0.9% | - |
| XYZ | 43.79 | 23.99 | 77.19 | - |
| YUV | 129.82 | 184.54 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 230 | 0.07 | 0.70 | 0 | 0.10 | 293.7 | 0.76 | 0.58 |
| Hex | D5 | 44 | E6 | 7 | 46 | 0 | A | 126 | 4C | 3A |
| Octal | 325 | 104 | 346 | 7 | 106 | 0 | 12 | 446 | 114 | 72 |
| Binary | 11010101 | 1000100 | 11100110 | 111 | 1000110 | 0 | 1010 | 100100110 | 1001100 | 111010 |
Color Harmonies of #D544E6
Complementary color
Monochromatic Colors of #D544E6
Black with #D544E6
Text Example
Text Example
White with #D544E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D544E6; }
p { color: rgb(213,68,230); }
H1.HeaderClassName
{
color: #D544E6;
}
.AnyTagClassName
{
color: #D544E6;
}
</style>
background-color css
<style>
a { background-color: #D544E6; }
a { background-color: rgb(213,68,230); }
div.DivClassName
{
background-color: #D544E6;
}
.BgClassName
{
background-color: #D544E6;
}
</style>
border-color css
<style>
span { border-color: #D544E6; }
span { border-color: rgb(213,68,230); }
td.TdClassName
{
border-color: #D544E6;
}
.TagClassName
{
border-color: #D544E6;
}
</style>