Html Css Color HEX #D551CF Free Speech Magenta
📋 copy color: '#D551CF'red 213 ◦ green 81 ◦ blue 207
Shades of Free Speech Magenta #D551CF
Tints of Free Speech Magenta #D551CF
RGB
CMYK
RGB Variations
Color information
#D551CF (or 0xD551CF) is known color: Free Speech Magenta. HEX triplet: D5, 51 and CF. RGB value is (213,81,207). Sum of RGB (Red+Green+Blue) = 213+81+207=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D551CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551CF is #2AAE30. Grayscale: #868686. Windows color (decimal): -2797105 or 13586901. OLE color: 13586901.
HSL color Cylindrical-coordinate representation of color #D551CF: hue angle of 302.73º 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 #D551CF is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 207 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.16 |
| HSL | 302.73º | 0.61% | 0.58% | - |
| HSV(B) | 302.73º | 0.62% | 0.84% | - |
| XYZ | 41.65 | 24.54 | 61.57 | - |
| YUV | 134.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 207 | 0 | 0.62 | 0.03 | 0.16 | 302.73 | 0.61 | 0.58 |
| Hex | D5 | 51 | CF | 0 | 3E | 3 | 10 | 12F | 3D | 3A |
| Octal | 325 | 121 | 317 | 0 | 76 | 3 | 20 | 457 | 75 | 72 |
| Binary | 11010101 | 1010001 | 11001111 | 0 | 111110 | 11 | 10000 | 100101111 | 111101 | 111010 |
Color Harmonies of #D551CF
Complementary color
Monochromatic Colors of #D551CF
Black with #D551CF
Text Example
Text Example
White with #D551CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D551CF; }
p { color: rgb(213,81,207); }
H1.HeaderClassName
{
color: #D551CF;
}
.AnyTagClassName
{
color: #D551CF;
}
</style>
background-color css
<style>
a { background-color: #D551CF; }
a { background-color: rgb(213,81,207); }
div.DivClassName
{
background-color: #D551CF;
}
.BgClassName
{
background-color: #D551CF;
}
</style>
border-color css
<style>
span { border-color: #D551CF; }
span { border-color: rgb(213,81,207); }
td.TdClassName
{
border-color: #D551CF;
}
.TagClassName
{
border-color: #D551CF;
}
</style>