Html Css Color HEX #D551E6 Free Speech Magenta
📋 copy color: '#D551E6'red 213 ◦ green 81 ◦ blue 230
Shades of Free Speech Magenta #D551E6
Tints of Free Speech Magenta #D551E6
RGB
CMYK
RGB Variations
Color information
#D551E6 (or 0xD551E6) is known color: Free Speech Magenta. HEX triplet: D5, 51 and E6. RGB value is (213,81,230). Sum of RGB (Red+Green+Blue) = 213+81+230=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #D551E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D551E6 is #2AAE19. Grayscale: #888888. Windows color (decimal): -2797082 or 15094229. OLE color: 15094229.
HSL color Cylindrical-coordinate representation of color #D551E6: hue angle of 293.15º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D551E6 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 81 | 230 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.10 |
| HSL | 293.15º | 0.75% | 0.61% | - |
| HSV(B) | 293.15º | 0.65% | 0.9% | - |
| XYZ | 44.67 | 25.74 | 77.48 | - |
| YUV | 137.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 230 | 0.07 | 0.65 | 0 | 0.10 | 293.15 | 0.75 | 0.61 |
| Hex | D5 | 51 | E6 | 7 | 41 | 0 | A | 125 | 4B | 3D |
| Octal | 325 | 121 | 346 | 7 | 101 | 0 | 12 | 445 | 113 | 75 |
| Binary | 11010101 | 1010001 | 11100110 | 111 | 1000001 | 0 | 1010 | 100100101 | 1001011 | 111101 |
Color Harmonies of #D551E6
Complementary color
Monochromatic Colors of #D551E6
Black with #D551E6
Text Example
Text Example
White with #D551E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551E6; }
p { color: rgb(213,81,230); }
H1.HeaderClassName
{
color: #D551E6;
}
.AnyTagClassName
{
color: #D551E6;
}
</style>
background-color css
<style>
a { background-color: #D551E6; }
a { background-color: rgb(213,81,230); }
div.DivClassName
{
background-color: #D551E6;
}
.BgClassName
{
background-color: #D551E6;
}
</style>
border-color css
<style>
span { border-color: #D551E6; }
span { border-color: rgb(213,81,230); }
td.TdClassName
{
border-color: #D551E6;
}
.TagClassName
{
border-color: #D551E6;
}
</style>