Html Css Color HEX #DF55CA Free Speech Magenta
📋 copy color: '#DF55CA'red 223 ◦ green 85 ◦ blue 202
Shades of Free Speech Magenta #DF55CA
Tints of Free Speech Magenta #DF55CA
RGB
CMYK
RGB Variations
Color information
#DF55CA (or 0xDF55CA) is known color: Free Speech Magenta. HEX triplet: DF, 55 and CA. RGB value is (223,85,202). Sum of RGB (Red+Green+Blue) = 223+85+202=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF55CA is #20AA35. Grayscale: #8B8B8B. Windows color (decimal): -2140726 or 13260255. OLE color: 13260255.
HSL color Cylindrical-coordinate representation of color #DF55CA: hue angle of 309.13º 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 #DF55CA is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 202 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.13 |
| HSL | 309.13º | 0.68% | 0.6% | - |
| HSV(B) | 309.13º | 0.62% | 0.87% | - |
| XYZ | 44.34 | 26.45 | 58.65 | - |
| YUV | 139.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 202 | 0 | 0.62 | 0.09 | 0.13 | 309.13 | 0.68 | 0.6 |
| Hex | DF | 55 | CA | 0 | 3E | 9 | D | 135 | 44 | 3C |
| Octal | 337 | 125 | 312 | 0 | 76 | 11 | 15 | 465 | 104 | 74 |
| Binary | 11011111 | 1010101 | 11001010 | 0 | 111110 | 1001 | 1101 | 100110101 | 1000100 | 111100 |
Color Harmonies of #DF55CA
Complementary color
Monochromatic Colors of #DF55CA
Black with #DF55CA
Text Example
Text Example
White with #DF55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55CA; }
p { color: rgb(223,85,202); }
H1.HeaderClassName
{
color: #DF55CA;
}
.AnyTagClassName
{
color: #DF55CA;
}
</style>
background-color css
<style>
a { background-color: #DF55CA; }
a { background-color: rgb(223,85,202); }
div.DivClassName
{
background-color: #DF55CA;
}
.BgClassName
{
background-color: #DF55CA;
}
</style>
border-color css
<style>
span { border-color: #DF55CA; }
span { border-color: rgb(223,85,202); }
td.TdClassName
{
border-color: #DF55CA;
}
.TagClassName
{
border-color: #DF55CA;
}
</style>