Html Css Color HEX #DF55CE Free Speech Magenta
📋 copy color: '#DF55CE'red 223 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #DF55CE
Tints of Free Speech Magenta #DF55CE
RGB
CMYK
RGB Variations
Color information
#DF55CE (or 0xDF55CE) is known color: Free Speech Magenta. HEX triplet: DF, 55 and CE. RGB value is (223,85,206). Sum of RGB (Red+Green+Blue) = 223+85+206=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55CE is #20AA31. Grayscale: #8B8B8B. Windows color (decimal): -2140722 or 13522399. OLE color: 13522399.
HSL color Cylindrical-coordinate representation of color #DF55CE: hue angle of 307.39º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF55CE is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 206 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.13 |
| HSL | 307.39º | 0.68% | 0.6% | - |
| HSV(B) | 307.39º | 0.62% | 0.87% | - |
| XYZ | 44.82 | 26.64 | 61.17 | - |
| YUV | 140.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 206 | 0 | 0.62 | 0.08 | 0.13 | 307.39 | 0.68 | 0.6 |
| Hex | DF | 55 | CE | 0 | 3E | 8 | D | 133 | 44 | 3C |
| Octal | 337 | 125 | 316 | 0 | 76 | 10 | 15 | 463 | 104 | 74 |
| Binary | 11011111 | 1010101 | 11001110 | 0 | 111110 | 1000 | 1101 | 100110011 | 1000100 | 111100 |
Color Harmonies of #DF55CE
Complementary color
Monochromatic Colors of #DF55CE
Black with #DF55CE
Text Example
Text Example
White with #DF55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55CE; }
p { color: rgb(223,85,206); }
H1.HeaderClassName
{
color: #DF55CE;
}
.AnyTagClassName
{
color: #DF55CE;
}
</style>
background-color css
<style>
a { background-color: #DF55CE; }
a { background-color: rgb(223,85,206); }
div.DivClassName
{
background-color: #DF55CE;
}
.BgClassName
{
background-color: #DF55CE;
}
</style>
border-color css
<style>
span { border-color: #DF55CE; }
span { border-color: rgb(223,85,206); }
td.TdClassName
{
border-color: #DF55CE;
}
.TagClassName
{
border-color: #DF55CE;
}
</style>