Html Css Color HEX #DF37DB Free Speech Magenta
📋 copy color: '#DF37DB'red 223 ◦ green 55 ◦ blue 219
Shades of Free Speech Magenta #DF37DB
Tints of Free Speech Magenta #DF37DB
RGB
CMYK
RGB Variations
Color information
#DF37DB (or 0xDF37DB) is known color: Free Speech Magenta. HEX triplet: DF, 37 and DB. RGB value is (223,55,219). Sum of RGB (Red+Green+Blue) = 223+55+219=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF37DB is #20C824. Grayscale: #7B7B7B. Windows color (decimal): -2148389 or 14366687. OLE color: 14366687.
HSL color Cylindrical-coordinate representation of color #DF37DB: hue angle of 301.43º 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 #DF37DB is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 219 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.13 |
| HSL | 301.43º | 0.72% | 0.55% | - |
| HSV(B) | 301.43º | 0.75% | 0.87% | - |
| XYZ | 44.58 | 23.53 | 69.21 | - |
| YUV | 123.93 | 181.66 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 219 | 0 | 0.75 | 0.02 | 0.13 | 301.43 | 0.72 | 0.55 |
| Hex | DF | 37 | DB | 0 | 4B | 2 | D | 12D | 48 | 37 |
| Octal | 337 | 67 | 333 | 0 | 113 | 2 | 15 | 455 | 110 | 67 |
| Binary | 11011111 | 110111 | 11011011 | 0 | 1001011 | 10 | 1101 | 100101101 | 1001000 | 110111 |
Color Harmonies of #DF37DB
Complementary color
Monochromatic Colors of #DF37DB
Black with #DF37DB
Text Example
Text Example
White with #DF37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37DB; }
p { color: rgb(223,55,219); }
H1.HeaderClassName
{
color: #DF37DB;
}
.AnyTagClassName
{
color: #DF37DB;
}
</style>
background-color css
<style>
a { background-color: #DF37DB; }
a { background-color: rgb(223,55,219); }
div.DivClassName
{
background-color: #DF37DB;
}
.BgClassName
{
background-color: #DF37DB;
}
</style>
border-color css
<style>
span { border-color: #DF37DB; }
span { border-color: rgb(223,55,219); }
td.TdClassName
{
border-color: #DF37DB;
}
.TagClassName
{
border-color: #DF37DB;
}
</style>