Html Css Color HEX #DF47CA Free Speech Magenta
📋 copy color: '#DF47CA'red 223 ◦ green 71 ◦ blue 202
Shades of Free Speech Magenta #DF47CA
Tints of Free Speech Magenta #DF47CA
RGB
CMYK
RGB Variations
Color information
#DF47CA (or 0xDF47CA) is known color: Free Speech Magenta. HEX triplet: DF, 47 and CA. RGB value is (223,71,202). Sum of RGB (Red+Green+Blue) = 223+71+202=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47CA is #20B835. Grayscale: #838383. Windows color (decimal): -2144310 or 13256671. OLE color: 13256671.
HSL color Cylindrical-coordinate representation of color #DF47CA: hue angle of 308.29º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF47CA is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 202 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.13 |
| HSL | 308.29º | 0.7% | 0.58% | - |
| HSV(B) | 308.29º | 0.68% | 0.87% | - |
| XYZ | 43.35 | 24.46 | 58.31 | - |
| YUV | 131.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 202 | 0 | 0.68 | 0.09 | 0.13 | 308.29 | 0.7 | 0.58 |
| Hex | DF | 47 | CA | 0 | 44 | 9 | D | 134 | 46 | 3A |
| Octal | 337 | 107 | 312 | 0 | 104 | 11 | 15 | 464 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11001010 | 0 | 1000100 | 1001 | 1101 | 100110100 | 1000110 | 111010 |
Color Harmonies of #DF47CA
Complementary color
Monochromatic Colors of #DF47CA
Black with #DF47CA
Text Example
Text Example
White with #DF47CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47CA; }
p { color: rgb(223,71,202); }
H1.HeaderClassName
{
color: #DF47CA;
}
.AnyTagClassName
{
color: #DF47CA;
}
</style>
background-color css
<style>
a { background-color: #DF47CA; }
a { background-color: rgb(223,71,202); }
div.DivClassName
{
background-color: #DF47CA;
}
.BgClassName
{
background-color: #DF47CA;
}
</style>
border-color css
<style>
span { border-color: #DF47CA; }
span { border-color: rgb(223,71,202); }
td.TdClassName
{
border-color: #DF47CA;
}
.TagClassName
{
border-color: #DF47CA;
}
</style>