Html Css Color HEX #DF36DD Free Speech Magenta
📋 copy color: '#DF36DD'red 223 ◦ green 54 ◦ blue 221
Shades of Free Speech Magenta #DF36DD
Tints of Free Speech Magenta #DF36DD
RGB
CMYK
RGB Variations
Color information
#DF36DD (or 0xDF36DD) is known color: Free Speech Magenta. HEX triplet: DF, 36 and DD. RGB value is (223,54,221). Sum of RGB (Red+Green+Blue) = 223+54+221=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF36DD is #20C922. Grayscale: #7B7B7B. Windows color (decimal): -2148643 or 14497503. OLE color: 14497503.
HSL color Cylindrical-coordinate representation of color #DF36DD: hue angle of 300.71º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF36DD is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 221 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.13 |
| HSL | 300.71º | 0.73% | 0.54% | - |
| HSV(B) | 300.71º | 0.76% | 0.87% | - |
| XYZ | 44.8 | 23.55 | 70.59 | - |
| YUV | 123.57 | 182.99 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 221 | 0 | 0.76 | 0.01 | 0.13 | 300.71 | 0.73 | 0.54 |
| Hex | DF | 36 | DD | 0 | 4C | 1 | D | 12D | 49 | 36 |
| Octal | 337 | 66 | 335 | 0 | 114 | 1 | 15 | 455 | 111 | 66 |
| Binary | 11011111 | 110110 | 11011101 | 0 | 1001100 | 1 | 1101 | 100101101 | 1001001 | 110110 |
Color Harmonies of #DF36DD
Complementary color
Monochromatic Colors of #DF36DD
Black with #DF36DD
Text Example
Text Example
White with #DF36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36DD; }
p { color: rgb(223,54,221); }
H1.HeaderClassName
{
color: #DF36DD;
}
.AnyTagClassName
{
color: #DF36DD;
}
</style>
background-color css
<style>
a { background-color: #DF36DD; }
a { background-color: rgb(223,54,221); }
div.DivClassName
{
background-color: #DF36DD;
}
.BgClassName
{
background-color: #DF36DD;
}
</style>
border-color css
<style>
span { border-color: #DF36DD; }
span { border-color: rgb(223,54,221); }
td.TdClassName
{
border-color: #DF36DD;
}
.TagClassName
{
border-color: #DF36DD;
}
</style>