Html Css Color HEX #DF47CB Free Speech Magenta
📋 copy color: '#DF47CB'red 223 ◦ green 71 ◦ blue 203
Shades of Free Speech Magenta #DF47CB
Tints of Free Speech Magenta #DF47CB
RGB
CMYK
RGB Variations
Color information
#DF47CB (or 0xDF47CB) is known color: Free Speech Magenta. HEX triplet: DF, 47 and CB. RGB value is (223,71,203). Sum of RGB (Red+Green+Blue) = 223+71+203=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF47CB is #20B834. Grayscale: #838383. Windows color (decimal): -2144309 or 13322207. OLE color: 13322207.
HSL color Cylindrical-coordinate representation of color #DF47CB: hue angle of 307.89º 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 #DF47CB is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 203 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.13 |
| HSL | 307.89º | 0.7% | 0.58% | - |
| HSV(B) | 307.89º | 0.68% | 0.87% | - |
| XYZ | 43.46 | 24.51 | 58.94 | - |
| YUV | 131.5 | 168.36 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 203 | 0 | 0.68 | 0.09 | 0.13 | 307.89 | 0.7 | 0.58 |
| Hex | DF | 47 | CB | 0 | 44 | 9 | D | 134 | 46 | 3A |
| Octal | 337 | 107 | 313 | 0 | 104 | 11 | 15 | 464 | 106 | 72 |
| Binary | 11011111 | 1000111 | 11001011 | 0 | 1000100 | 1001 | 1101 | 100110100 | 1000110 | 111010 |
Color Harmonies of #DF47CB
Complementary color
Monochromatic Colors of #DF47CB
Black with #DF47CB
Text Example
Text Example
White with #DF47CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47CB; }
p { color: rgb(223,71,203); }
H1.HeaderClassName
{
color: #DF47CB;
}
.AnyTagClassName
{
color: #DF47CB;
}
</style>
background-color css
<style>
a { background-color: #DF47CB; }
a { background-color: rgb(223,71,203); }
div.DivClassName
{
background-color: #DF47CB;
}
.BgClassName
{
background-color: #DF47CB;
}
</style>
border-color css
<style>
span { border-color: #DF47CB; }
span { border-color: rgb(223,71,203); }
td.TdClassName
{
border-color: #DF47CB;
}
.TagClassName
{
border-color: #DF47CB;
}
</style>