Html Css Color HEX #D55DCC Free Speech Magenta
📋 copy color: '#D55DCC'red 213 ◦ green 93 ◦ blue 204
Shades of Free Speech Magenta #D55DCC
Tints of Free Speech Magenta #D55DCC
RGB
CMYK
RGB Variations
Color information
#D55DCC (or 0xD55DCC) is known color: Free Speech Magenta. HEX triplet: D5, 5D and CC. RGB value is (213,93,204). Sum of RGB (Red+Green+Blue) = 213+93+204=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DCC is #2AA233. Grayscale: #8D8D8D. Windows color (decimal): -2794036 or 13393365. OLE color: 13393365.
HSL color Cylindrical-coordinate representation of color #D55DCC: hue angle of 304.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 #D55DCC is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 204 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.16 |
| HSL | 304.5º | 0.59% | 0.6% | - |
| HSV(B) | 304.5º | 0.56% | 0.84% | - |
| XYZ | 42.25 | 26.33 | 59.98 | - |
| YUV | 141.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 204 | 0 | 0.56 | 0.04 | 0.16 | 304.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | CC | 0 | 38 | 4 | 10 | 130 | 3B | 3C |
| Octal | 325 | 135 | 314 | 0 | 70 | 4 | 20 | 460 | 73 | 74 |
| Binary | 11010101 | 1011101 | 11001100 | 0 | 111000 | 100 | 10000 | 100110000 | 111011 | 111100 |
Color Harmonies of #D55DCC
Complementary color
Monochromatic Colors of #D55DCC
Black with #D55DCC
Text Example
Text Example
White with #D55DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DCC; }
p { color: rgb(213,93,204); }
H1.HeaderClassName
{
color: #D55DCC;
}
.AnyTagClassName
{
color: #D55DCC;
}
</style>
background-color css
<style>
a { background-color: #D55DCC; }
a { background-color: rgb(213,93,204); }
div.DivClassName
{
background-color: #D55DCC;
}
.BgClassName
{
background-color: #D55DCC;
}
</style>
border-color css
<style>
span { border-color: #D55DCC; }
span { border-color: rgb(213,93,204); }
td.TdClassName
{
border-color: #D55DCC;
}
.TagClassName
{
border-color: #D55DCC;
}
</style>