Html Css Color HEX #D241DB Free Speech Magenta
📋 copy color: '#D241DB'red 210 ◦ green 65 ◦ blue 219
Shades of Free Speech Magenta #D241DB
Tints of Free Speech Magenta #D241DB
RGB
CMYK
RGB Variations
Color information
#D241DB (or 0xD241DB) is known color: Free Speech Magenta. HEX triplet: D2, 41 and DB. RGB value is (210,65,219). Sum of RGB (Red+Green+Blue) = 210+65+219=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #D241DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241DB is #2DBE24. Grayscale: #7D7D7D. Windows color (decimal): -2997797 or 14369234. OLE color: 14369234.
HSL color Cylindrical-coordinate representation of color #D241DB: hue angle of 296.49º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D241DB is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 65 | 219 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.14 |
| HSL | 296.49º | 0.68% | 0.56% | - |
| HSV(B) | 296.49º | 0.7% | 0.86% | - |
| XYZ | 41.25 | 22.6 | 69.21 | - |
| YUV | 125.91 | 180.54 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 219 | 0.04 | 0.70 | 0 | 0.14 | 296.49 | 0.68 | 0.56 |
| Hex | D2 | 41 | DB | 4 | 46 | 0 | E | 128 | 44 | 38 |
| Octal | 322 | 101 | 333 | 4 | 106 | 0 | 16 | 450 | 104 | 70 |
| Binary | 11010010 | 1000001 | 11011011 | 100 | 1000110 | 0 | 1110 | 100101000 | 1000100 | 111000 |
Color Harmonies of #D241DB
Complementary color
Monochromatic Colors of #D241DB
Black with #D241DB
Text Example
Text Example
White with #D241DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241DB; }
p { color: rgb(210,65,219); }
H1.HeaderClassName
{
color: #D241DB;
}
.AnyTagClassName
{
color: #D241DB;
}
</style>
background-color css
<style>
a { background-color: #D241DB; }
a { background-color: rgb(210,65,219); }
div.DivClassName
{
background-color: #D241DB;
}
.BgClassName
{
background-color: #D241DB;
}
</style>
border-color css
<style>
span { border-color: #D241DB; }
span { border-color: rgb(210,65,219); }
td.TdClassName
{
border-color: #D241DB;
}
.TagClassName
{
border-color: #D241DB;
}
</style>