Html Css Color HEX #D550DD Free Speech Magenta
📋 copy color: '#D550DD'red 213 ◦ green 80 ◦ blue 221
Shades of Free Speech Magenta #D550DD
Tints of Free Speech Magenta #D550DD
RGB
CMYK
RGB Variations
Color information
#D550DD (or 0xD550DD) is known color: Free Speech Magenta. HEX triplet: D5, 50 and DD. RGB value is (213,80,221). Sum of RGB (Red+Green+Blue) = 213+80+221=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #D550DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550DD is #2AAF22. Grayscale: #878787. Windows color (decimal): -2797347 or 14504149. OLE color: 14504149.
HSL color Cylindrical-coordinate representation of color #D550DD: hue angle of 296.6º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D550DD is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 80 | 221 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.13 |
| HSL | 296.6º | 0.67% | 0.59% | - |
| HSV(B) | 296.6º | 0.64% | 0.87% | - |
| XYZ | 43.36 | 25.1 | 70.97 | - |
| YUV | 135.84 | 176.06 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 221 | 0.04 | 0.64 | 0 | 0.13 | 296.6 | 0.67 | 0.59 |
| Hex | D5 | 50 | DD | 4 | 40 | 0 | D | 129 | 43 | 3B |
| Octal | 325 | 120 | 335 | 4 | 100 | 0 | 15 | 451 | 103 | 73 |
| Binary | 11010101 | 1010000 | 11011101 | 100 | 1000000 | 0 | 1101 | 100101001 | 1000011 | 111011 |
Color Harmonies of #D550DD
Complementary color
Monochromatic Colors of #D550DD
Black with #D550DD
Text Example
Text Example
White with #D550DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D550DD; }
p { color: rgb(213,80,221); }
H1.HeaderClassName
{
color: #D550DD;
}
.AnyTagClassName
{
color: #D550DD;
}
</style>
background-color css
<style>
a { background-color: #D550DD; }
a { background-color: rgb(213,80,221); }
div.DivClassName
{
background-color: #D550DD;
}
.BgClassName
{
background-color: #D550DD;
}
</style>
border-color css
<style>
span { border-color: #D550DD; }
span { border-color: rgb(213,80,221); }
td.TdClassName
{
border-color: #D550DD;
}
.TagClassName
{
border-color: #D550DD;
}
</style>