Html Css Color HEX #D55FCC Free Speech Magenta
📋 copy color: '#D55FCC'red 213 ◦ green 95 ◦ blue 204
Shades of Free Speech Magenta #D55FCC
Tints of Free Speech Magenta #D55FCC
RGB
CMYK
RGB Variations
Color information
#D55FCC (or 0xD55FCC) is known color: Free Speech Magenta. HEX triplet: D5, 5F and CC. RGB value is (213,95,204). Sum of RGB (Red+Green+Blue) = 213+95+204=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55FCC is #2AA033. Grayscale: #8E8E8E. Windows color (decimal): -2793524 or 13393877. OLE color: 13393877.
HSL color Cylindrical-coordinate representation of color #D55FCC: hue angle of 304.58º 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 #D55FCC is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 204 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.16 |
| HSL | 304.58º | 0.58% | 0.6% | - |
| HSV(B) | 304.58º | 0.55% | 0.84% | - |
| XYZ | 42.43 | 26.69 | 60.04 | - |
| YUV | 142.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 204 | 0 | 0.55 | 0.04 | 0.16 | 304.58 | 0.58 | 0.6 |
| Hex | D5 | 5F | CC | 0 | 37 | 4 | 10 | 131 | 3A | 3C |
| Octal | 325 | 137 | 314 | 0 | 67 | 4 | 20 | 461 | 72 | 74 |
| Binary | 11010101 | 1011111 | 11001100 | 0 | 110111 | 100 | 10000 | 100110001 | 111010 | 111100 |
Color Harmonies of #D55FCC
Complementary color
Monochromatic Colors of #D55FCC
Black with #D55FCC
Text Example
Text Example
White with #D55FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FCC; }
p { color: rgb(213,95,204); }
H1.HeaderClassName
{
color: #D55FCC;
}
.AnyTagClassName
{
color: #D55FCC;
}
</style>
background-color css
<style>
a { background-color: #D55FCC; }
a { background-color: rgb(213,95,204); }
div.DivClassName
{
background-color: #D55FCC;
}
.BgClassName
{
background-color: #D55FCC;
}
</style>
border-color css
<style>
span { border-color: #D55FCC; }
span { border-color: rgb(213,95,204); }
td.TdClassName
{
border-color: #D55FCC;
}
.TagClassName
{
border-color: #D55FCC;
}
</style>