Html Css Color HEX #DF50CA Free Speech Magenta
📋 copy color: '#DF50CA'red 223 ◦ green 80 ◦ blue 202
Shades of Free Speech Magenta #DF50CA
Tints of Free Speech Magenta #DF50CA
RGB
CMYK
RGB Variations
Color information
#DF50CA (or 0xDF50CA) is known color: Free Speech Magenta. HEX triplet: DF, 50 and CA. RGB value is (223,80,202). Sum of RGB (Red+Green+Blue) = 223+80+202=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50CA is #20AF35. Grayscale: #888888. Windows color (decimal): -2142006 or 13258975. OLE color: 13258975.
HSL color Cylindrical-coordinate representation of color #DF50CA: hue angle of 308.81º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF50CA is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 202 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.13 |
| HSL | 308.81º | 0.69% | 0.59% | - |
| HSV(B) | 308.81º | 0.64% | 0.87% | - |
| XYZ | 43.96 | 25.69 | 58.52 | - |
| YUV | 136.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 202 | 0 | 0.64 | 0.09 | 0.13 | 308.81 | 0.69 | 0.59 |
| Hex | DF | 50 | CA | 0 | 40 | 9 | D | 135 | 45 | 3B |
| Octal | 337 | 120 | 312 | 0 | 100 | 11 | 15 | 465 | 105 | 73 |
| Binary | 11011111 | 1010000 | 11001010 | 0 | 1000000 | 1001 | 1101 | 100110101 | 1000101 | 111011 |
Color Harmonies of #DF50CA
Complementary color
Monochromatic Colors of #DF50CA
Black with #DF50CA
Text Example
Text Example
White with #DF50CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50CA; }
p { color: rgb(223,80,202); }
H1.HeaderClassName
{
color: #DF50CA;
}
.AnyTagClassName
{
color: #DF50CA;
}
</style>
background-color css
<style>
a { background-color: #DF50CA; }
a { background-color: rgb(223,80,202); }
div.DivClassName
{
background-color: #DF50CA;
}
.BgClassName
{
background-color: #DF50CA;
}
</style>
border-color css
<style>
span { border-color: #DF50CA; }
span { border-color: rgb(223,80,202); }
td.TdClassName
{
border-color: #DF50CA;
}
.TagClassName
{
border-color: #DF50CA;
}
</style>