Html Css Color HEX #D241DD Free Speech Magenta
📋 copy color: '#D241DD'red 210 ◦ green 65 ◦ blue 221
Shades of Free Speech Magenta #D241DD
Tints of Free Speech Magenta #D241DD
RGB
CMYK
RGB Variations
Color information
#D241DD (or 0xD241DD) is known color: Free Speech Magenta. HEX triplet: D2, 41 and DD. RGB value is (210,65,221). Sum of RGB (Red+Green+Blue) = 210+65+221=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #D241DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241DD is #2DBE22. Grayscale: #7D7D7D. Windows color (decimal): -2997795 or 14500306. OLE color: 14500306.
HSL color Cylindrical-coordinate representation of color #D241DD: hue angle of 295.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D241DD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 65 | 221 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.13 |
| HSL | 295.77º | 0.7% | 0.56% | - |
| HSV(B) | 295.77º | 0.71% | 0.87% | - |
| XYZ | 41.52 | 22.7 | 70.6 | - |
| YUV | 126.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 221 | 0.05 | 0.71 | 0 | 0.13 | 295.77 | 0.7 | 0.56 |
| Hex | D2 | 41 | DD | 5 | 47 | 0 | D | 128 | 46 | 38 |
| Octal | 322 | 101 | 335 | 5 | 107 | 0 | 15 | 450 | 106 | 70 |
| Binary | 11010010 | 1000001 | 11011101 | 101 | 1000111 | 0 | 1101 | 100101000 | 1000110 | 111000 |
Color Harmonies of #D241DD
Complementary color
Monochromatic Colors of #D241DD
Black with #D241DD
Text Example
Text Example
White with #D241DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241DD; }
p { color: rgb(210,65,221); }
H1.HeaderClassName
{
color: #D241DD;
}
.AnyTagClassName
{
color: #D241DD;
}
</style>
background-color css
<style>
a { background-color: #D241DD; }
a { background-color: rgb(210,65,221); }
div.DivClassName
{
background-color: #D241DD;
}
.BgClassName
{
background-color: #D241DD;
}
</style>
border-color css
<style>
span { border-color: #D241DD; }
span { border-color: rgb(210,65,221); }
td.TdClassName
{
border-color: #D241DD;
}
.TagClassName
{
border-color: #D241DD;
}
</style>