Html Css Color HEX #DF37DD Free Speech Magenta
📋 copy color: '#DF37DD'red 223 ◦ green 55 ◦ blue 221
Shades of Free Speech Magenta #DF37DD
Tints of Free Speech Magenta #DF37DD
RGB
CMYK
RGB Variations
Color information
#DF37DD (or 0xDF37DD) is known color: Free Speech Magenta. HEX triplet: DF, 37 and DD. RGB value is (223,55,221). Sum of RGB (Red+Green+Blue) = 223+55+221=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 55 (21.88% from 255 or 11.02% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37DD is #20C822. Grayscale: #7B7B7B. Windows color (decimal): -2148387 or 14497759. OLE color: 14497759.
HSL color Cylindrical-coordinate representation of color #DF37DD: hue angle of 300.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF37DD is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 221 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.13 |
| HSL | 300.71º | 0.72% | 0.55% | - |
| HSV(B) | 300.71º | 0.75% | 0.87% | - |
| XYZ | 44.85 | 23.64 | 70.61 | - |
| YUV | 124.16 | 182.66 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 221 | 0 | 0.75 | 0.01 | 0.13 | 300.71 | 0.72 | 0.55 |
| Hex | DF | 37 | DD | 0 | 4B | 1 | D | 12D | 48 | 37 |
| Octal | 337 | 67 | 335 | 0 | 113 | 1 | 15 | 455 | 110 | 67 |
| Binary | 11011111 | 110111 | 11011101 | 0 | 1001011 | 1 | 1101 | 100101101 | 1001000 | 110111 |
Color Harmonies of #DF37DD
Complementary color
Monochromatic Colors of #DF37DD
Black with #DF37DD
Text Example
Text Example
White with #DF37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37DD; }
p { color: rgb(223,55,221); }
H1.HeaderClassName
{
color: #DF37DD;
}
.AnyTagClassName
{
color: #DF37DD;
}
</style>
background-color css
<style>
a { background-color: #DF37DD; }
a { background-color: rgb(223,55,221); }
div.DivClassName
{
background-color: #DF37DD;
}
.BgClassName
{
background-color: #DF37DD;
}
</style>
border-color css
<style>
span { border-color: #DF37DD; }
span { border-color: rgb(223,55,221); }
td.TdClassName
{
border-color: #DF37DD;
}
.TagClassName
{
border-color: #DF37DD;
}
</style>