Html Css Color HEX #DF3BDD Free Speech Magenta
📋 copy color: '#DF3BDD'red 223 ◦ green 59 ◦ blue 221
Shades of Free Speech Magenta #DF3BDD
Tints of Free Speech Magenta #DF3BDD
RGB
CMYK
RGB Variations
Color information
#DF3BDD (or 0xDF3BDD) is known color: Free Speech Magenta. HEX triplet: DF, 3B and DD. RGB value is (223,59,221). Sum of RGB (Red+Green+Blue) = 223+59+221=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF3BDD is #20C422. Grayscale: #7E7E7E. Windows color (decimal): -2147363 or 14498783. OLE color: 14498783.
HSL color Cylindrical-coordinate representation of color #DF3BDD: hue angle of 300.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3BDD is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 221 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.13 |
| HSL | 300.73º | 0.72% | 0.55% | - |
| HSV(B) | 300.73º | 0.74% | 0.87% | - |
| XYZ | 45.05 | 24.04 | 70.67 | - |
| YUV | 126.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 221 | 0 | 0.74 | 0.01 | 0.13 | 300.73 | 0.72 | 0.55 |
| Hex | DF | 3B | DD | 0 | 4A | 1 | D | 12D | 48 | 37 |
| Octal | 337 | 73 | 335 | 0 | 112 | 1 | 15 | 455 | 110 | 67 |
| Binary | 11011111 | 111011 | 11011101 | 0 | 1001010 | 1 | 1101 | 100101101 | 1001000 | 110111 |
Color Harmonies of #DF3BDD
Complementary color
Monochromatic Colors of #DF3BDD
Black with #DF3BDD
Text Example
Text Example
White with #DF3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3BDD; }
p { color: rgb(223,59,221); }
H1.HeaderClassName
{
color: #DF3BDD;
}
.AnyTagClassName
{
color: #DF3BDD;
}
</style>
background-color css
<style>
a { background-color: #DF3BDD; }
a { background-color: rgb(223,59,221); }
div.DivClassName
{
background-color: #DF3BDD;
}
.BgClassName
{
background-color: #DF3BDD;
}
</style>
border-color css
<style>
span { border-color: #DF3BDD; }
span { border-color: rgb(223,59,221); }
td.TdClassName
{
border-color: #DF3BDD;
}
.TagClassName
{
border-color: #DF3BDD;
}
</style>