Html Css Color HEX #D55CCD Free Speech Magenta
📋 copy color: '#D55CCD'red 213 ◦ green 92 ◦ blue 205
Shades of Free Speech Magenta #D55CCD
Tints of Free Speech Magenta #D55CCD
RGB
CMYK
RGB Variations
Color information
#D55CCD (or 0xD55CCD) is known color: Free Speech Magenta. HEX triplet: D5, 5C and CD. RGB value is (213,92,205). Sum of RGB (Red+Green+Blue) = 213+92+205=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CCD is #2AA332. Grayscale: #8C8C8C. Windows color (decimal): -2794291 or 13458645. OLE color: 13458645.
HSL color Cylindrical-coordinate representation of color #D55CCD: hue angle of 303.97º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55CCD is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 205 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.16 |
| HSL | 303.97º | 0.59% | 0.6% | - |
| HSV(B) | 303.97º | 0.57% | 0.84% | - |
| XYZ | 42.29 | 26.21 | 60.59 | - |
| YUV | 141.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 205 | 0 | 0.57 | 0.04 | 0.16 | 303.97 | 0.59 | 0.6 |
| Hex | D5 | 5C | CD | 0 | 39 | 4 | 10 | 130 | 3B | 3C |
| Octal | 325 | 134 | 315 | 0 | 71 | 4 | 20 | 460 | 73 | 74 |
| Binary | 11010101 | 1011100 | 11001101 | 0 | 111001 | 100 | 10000 | 100110000 | 111011 | 111100 |
Color Harmonies of #D55CCD
Complementary color
Monochromatic Colors of #D55CCD
Black with #D55CCD
Text Example
Text Example
White with #D55CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CCD; }
p { color: rgb(213,92,205); }
H1.HeaderClassName
{
color: #D55CCD;
}
.AnyTagClassName
{
color: #D55CCD;
}
</style>
background-color css
<style>
a { background-color: #D55CCD; }
a { background-color: rgb(213,92,205); }
div.DivClassName
{
background-color: #D55CCD;
}
.BgClassName
{
background-color: #D55CCD;
}
</style>
border-color css
<style>
span { border-color: #D55CCD; }
span { border-color: rgb(213,92,205); }
td.TdClassName
{
border-color: #D55CCD;
}
.TagClassName
{
border-color: #D55CCD;
}
</style>