Html Css Color HEX #DF42CA Free Speech Magenta
📋 copy color: '#DF42CA'red 223 ◦ green 66 ◦ blue 202
Shades of Free Speech Magenta #DF42CA
Tints of Free Speech Magenta #DF42CA
RGB
CMYK
RGB Variations
Color information
#DF42CA (or 0xDF42CA) is known color: Free Speech Magenta. HEX triplet: DF, 42 and CA. RGB value is (223,66,202). Sum of RGB (Red+Green+Blue) = 223+66+202=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF42CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF42CA is #20BD35. Grayscale: #808080. Windows color (decimal): -2145590 or 13255391. OLE color: 13255391.
HSL color Cylindrical-coordinate representation of color #DF42CA: hue angle of 308.03º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF42CA is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 202 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.13 |
| HSL | 308.03º | 0.71% | 0.57% | - |
| HSV(B) | 308.03º | 0.7% | 0.87% | - |
| XYZ | 43.04 | 23.85 | 58.21 | - |
| YUV | 128.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 202 | 0 | 0.70 | 0.09 | 0.13 | 308.03 | 0.71 | 0.57 |
| Hex | DF | 42 | CA | 0 | 46 | 9 | D | 134 | 47 | 39 |
| Octal | 337 | 102 | 312 | 0 | 106 | 11 | 15 | 464 | 107 | 71 |
| Binary | 11011111 | 1000010 | 11001010 | 0 | 1000110 | 1001 | 1101 | 100110100 | 1000111 | 111001 |
Color Harmonies of #DF42CA
Complementary color
Monochromatic Colors of #DF42CA
Black with #DF42CA
Text Example
Text Example
White with #DF42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF42CA; }
p { color: rgb(223,66,202); }
H1.HeaderClassName
{
color: #DF42CA;
}
.AnyTagClassName
{
color: #DF42CA;
}
</style>
background-color css
<style>
a { background-color: #DF42CA; }
a { background-color: rgb(223,66,202); }
div.DivClassName
{
background-color: #DF42CA;
}
.BgClassName
{
background-color: #DF42CA;
}
</style>
border-color css
<style>
span { border-color: #DF42CA; }
span { border-color: rgb(223,66,202); }
td.TdClassName
{
border-color: #DF42CA;
}
.TagClassName
{
border-color: #DF42CA;
}
</style>