Html Css Color HEX #D55FCD Free Speech Magenta
📋 copy color: '#D55FCD'red 213 ◦ green 95 ◦ blue 205
Shades of Free Speech Magenta #D55FCD
Tints of Free Speech Magenta #D55FCD
RGB
CMYK
RGB Variations
Color information
#D55FCD (or 0xD55FCD) is known color: Free Speech Magenta. HEX triplet: D5, 5F and CD. RGB value is (213,95,205). Sum of RGB (Red+Green+Blue) = 213+95+205=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FCD is #2AA032. Grayscale: #8E8E8E. Windows color (decimal): -2793523 or 13459413. OLE color: 13459413.
HSL color Cylindrical-coordinate representation of color #D55FCD: hue angle of 304.07º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55FCD is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 205 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.16 |
| HSL | 304.07º | 0.58% | 0.6% | - |
| HSV(B) | 304.07º | 0.55% | 0.84% | - |
| XYZ | 42.55 | 26.74 | 60.68 | - |
| YUV | 142.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 205 | 0 | 0.55 | 0.04 | 0.16 | 304.07 | 0.58 | 0.6 |
| Hex | D5 | 5F | CD | 0 | 37 | 4 | 10 | 130 | 3A | 3C |
| Octal | 325 | 137 | 315 | 0 | 67 | 4 | 20 | 460 | 72 | 74 |
| Binary | 11010101 | 1011111 | 11001101 | 0 | 110111 | 100 | 10000 | 100110000 | 111010 | 111100 |
Color Harmonies of #D55FCD
Complementary color
Monochromatic Colors of #D55FCD
Black with #D55FCD
Text Example
Text Example
White with #D55FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FCD; }
p { color: rgb(213,95,205); }
H1.HeaderClassName
{
color: #D55FCD;
}
.AnyTagClassName
{
color: #D55FCD;
}
</style>
background-color css
<style>
a { background-color: #D55FCD; }
a { background-color: rgb(213,95,205); }
div.DivClassName
{
background-color: #D55FCD;
}
.BgClassName
{
background-color: #D55FCD;
}
</style>
border-color css
<style>
span { border-color: #D55FCD; }
span { border-color: rgb(213,95,205); }
td.TdClassName
{
border-color: #D55FCD;
}
.TagClassName
{
border-color: #D55FCD;
}
</style>