Html Css Color HEX #D55CDC Free Speech Magenta
📋 copy color: '#D55CDC'red 213 ◦ green 92 ◦ blue 220
Shades of Free Speech Magenta #D55CDC
Tints of Free Speech Magenta #D55CDC
RGB
CMYK
RGB Variations
Color information
#D55CDC (or 0xD55CDC) is known color: Free Speech Magenta. HEX triplet: D5, 5C and DC. RGB value is (213,92,220). Sum of RGB (Red+Green+Blue) = 213+92+220=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #D55CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CDC is #2AA323. Grayscale: #8E8E8E. Windows color (decimal): -2794276 or 14441685. OLE color: 14441685.
HSL color Cylindrical-coordinate representation of color #D55CDC: hue angle of 296.72º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55CDC is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 92 | 220 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.14 |
| HSL | 296.72º | 0.65% | 0.61% | - |
| HSV(B) | 296.72º | 0.58% | 0.86% | - |
| XYZ | 44.19 | 26.97 | 70.59 | - |
| YUV | 142.77 | 171.59 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 220 | 0.03 | 0.58 | 0 | 0.14 | 296.72 | 0.65 | 0.61 |
| Hex | D5 | 5C | DC | 3 | 3A | 0 | E | 129 | 41 | 3D |
| Octal | 325 | 134 | 334 | 3 | 72 | 0 | 16 | 451 | 101 | 75 |
| Binary | 11010101 | 1011100 | 11011100 | 11 | 111010 | 0 | 1110 | 100101001 | 1000001 | 111101 |
Color Harmonies of #D55CDC
Complementary color
Monochromatic Colors of #D55CDC
Black with #D55CDC
Text Example
Text Example
White with #D55CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55CDC; }
p { color: rgb(213,92,220); }
H1.HeaderClassName
{
color: #D55CDC;
}
.AnyTagClassName
{
color: #D55CDC;
}
</style>
background-color css
<style>
a { background-color: #D55CDC; }
a { background-color: rgb(213,92,220); }
div.DivClassName
{
background-color: #D55CDC;
}
.BgClassName
{
background-color: #D55CDC;
}
</style>
border-color css
<style>
span { border-color: #D55CDC; }
span { border-color: rgb(213,92,220); }
td.TdClassName
{
border-color: #D55CDC;
}
.TagClassName
{
border-color: #D55CDC;
}
</style>