Html Css Color HEX #D551D1 Free Speech Magenta
📋 copy color: '#D551D1'red 213 ◦ green 81 ◦ blue 209
Shades of Free Speech Magenta #D551D1
Tints of Free Speech Magenta #D551D1
RGB
CMYK
RGB Variations
Color information
#D551D1 (or 0xD551D1) is known color: Free Speech Magenta. HEX triplet: D5, 51 and D1. RGB value is (213,81,209). Sum of RGB (Red+Green+Blue) = 213+81+209=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D551D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551D1 is #2AAE2E. Grayscale: #868686. Windows color (decimal): -2797103 or 13717973. OLE color: 13717973.
HSL color Cylindrical-coordinate representation of color #D551D1: hue angle of 301.82º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D551D1 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 209 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.16 |
| HSL | 301.82º | 0.61% | 0.58% | - |
| HSV(B) | 301.82º | 0.62% | 0.84% | - |
| XYZ | 41.89 | 24.63 | 62.87 | - |
| YUV | 135.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 209 | 0 | 0.62 | 0.02 | 0.16 | 301.82 | 0.61 | 0.58 |
| Hex | D5 | 51 | D1 | 0 | 3E | 2 | 10 | 12E | 3D | 3A |
| Octal | 325 | 121 | 321 | 0 | 76 | 2 | 20 | 456 | 75 | 72 |
| Binary | 11010101 | 1010001 | 11010001 | 0 | 111110 | 10 | 10000 | 100101110 | 111101 | 111010 |
Color Harmonies of #D551D1
Complementary color
Monochromatic Colors of #D551D1
Black with #D551D1
Text Example
Text Example
White with #D551D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551D1; }
p { color: rgb(213,81,209); }
H1.HeaderClassName
{
color: #D551D1;
}
.AnyTagClassName
{
color: #D551D1;
}
</style>
background-color css
<style>
a { background-color: #D551D1; }
a { background-color: rgb(213,81,209); }
div.DivClassName
{
background-color: #D551D1;
}
.BgClassName
{
background-color: #D551D1;
}
</style>
border-color css
<style>
span { border-color: #D551D1; }
span { border-color: rgb(213,81,209); }
td.TdClassName
{
border-color: #D551D1;
}
.TagClassName
{
border-color: #D551D1;
}
</style>