Html Css Color HEX #D55DD0 Free Speech Magenta
📋 copy color: '#D55DD0'red 213 ◦ green 93 ◦ blue 208
Shades of Free Speech Magenta #D55DD0
Tints of Free Speech Magenta #D55DD0
RGB
CMYK
RGB Variations
Color information
#D55DD0 (or 0xD55DD0) is known color: Free Speech Magenta. HEX triplet: D5, 5D and D0. RGB value is (213,93,208). Sum of RGB (Red+Green+Blue) = 213+93+208=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DD0 is #2AA22F. Grayscale: #8D8D8D. Windows color (decimal): -2794032 or 13655509. OLE color: 13655509.
HSL color Cylindrical-coordinate representation of color #D55DD0: hue angle of 302.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55DD0 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 208 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.16 |
| HSL | 302.5º | 0.59% | 0.6% | - |
| HSV(B) | 302.5º | 0.56% | 0.84% | - |
| XYZ | 42.74 | 26.53 | 62.54 | - |
| YUV | 141.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 208 | 0 | 0.56 | 0.02 | 0.16 | 302.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | D0 | 0 | 38 | 2 | 10 | 12E | 3B | 3C |
| Octal | 325 | 135 | 320 | 0 | 70 | 2 | 20 | 456 | 73 | 74 |
| Binary | 11010101 | 1011101 | 11010000 | 0 | 111000 | 10 | 10000 | 100101110 | 111011 | 111100 |
Color Harmonies of #D55DD0
Complementary color
Monochromatic Colors of #D55DD0
Black with #D55DD0
Text Example
Text Example
White with #D55DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DD0; }
p { color: rgb(213,93,208); }
H1.HeaderClassName
{
color: #D55DD0;
}
.AnyTagClassName
{
color: #D55DD0;
}
</style>
background-color css
<style>
a { background-color: #D55DD0; }
a { background-color: rgb(213,93,208); }
div.DivClassName
{
background-color: #D55DD0;
}
.BgClassName
{
background-color: #D55DD0;
}
</style>
border-color css
<style>
span { border-color: #D55DD0; }
span { border-color: rgb(213,93,208); }
td.TdClassName
{
border-color: #D55DD0;
}
.TagClassName
{
border-color: #D55DD0;
}
</style>