Html Css Color HEX #D555CF Free Speech Magenta
📋 copy color: '#D555CF'red 213 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #D555CF
Tints of Free Speech Magenta #D555CF
RGB
CMYK
RGB Variations
Color information
#D555CF (or 0xD555CF) is known color: Free Speech Magenta. HEX triplet: D5, 55 and CF. RGB value is (213,85,207). Sum of RGB (Red+Green+Blue) = 213+85+207=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D555CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555CF is #2AAA30. Grayscale: #888888. Windows color (decimal): -2796081 or 13587925. OLE color: 13587925.
HSL color Cylindrical-coordinate representation of color #D555CF: hue angle of 302.81º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D555CF is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 207 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.16 |
| HSL | 302.81º | 0.6% | 0.58% | - |
| HSV(B) | 302.81º | 0.6% | 0.84% | - |
| XYZ | 41.95 | 25.15 | 61.67 | - |
| YUV | 137.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 207 | 0 | 0.60 | 0.03 | 0.16 | 302.81 | 0.6 | 0.58 |
| Hex | D5 | 55 | CF | 0 | 3C | 3 | 10 | 12F | 3C | 3A |
| Octal | 325 | 125 | 317 | 0 | 74 | 3 | 20 | 457 | 74 | 72 |
| Binary | 11010101 | 1010101 | 11001111 | 0 | 111100 | 11 | 10000 | 100101111 | 111100 | 111010 |
Color Harmonies of #D555CF
Complementary color
Monochromatic Colors of #D555CF
Black with #D555CF
Text Example
Text Example
White with #D555CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555CF; }
p { color: rgb(213,85,207); }
H1.HeaderClassName
{
color: #D555CF;
}
.AnyTagClassName
{
color: #D555CF;
}
</style>
background-color css
<style>
a { background-color: #D555CF; }
a { background-color: rgb(213,85,207); }
div.DivClassName
{
background-color: #D555CF;
}
.BgClassName
{
background-color: #D555CF;
}
</style>
border-color css
<style>
span { border-color: #D555CF; }
span { border-color: rgb(213,85,207); }
td.TdClassName
{
border-color: #D555CF;
}
.TagClassName
{
border-color: #D555CF;
}
</style>