Html Css Color HEX #D241DA Free Speech Magenta
📋 copy color: '#D241DA'red 210 ◦ green 65 ◦ blue 218
Shades of Free Speech Magenta #D241DA
Tints of Free Speech Magenta #D241DA
RGB
CMYK
RGB Variations
Color information
#D241DA (or 0xD241DA) is known color: Free Speech Magenta. HEX triplet: D2, 41 and DA. RGB value is (210,65,218). Sum of RGB (Red+Green+Blue) = 210+65+218=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #D241DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241DA is #2DBE25. Grayscale: #7D7D7D. Windows color (decimal): -2997798 or 14303698. OLE color: 14303698.
HSL color Cylindrical-coordinate representation of color #D241DA: hue angle of 296.86º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D241DA is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 65 | 218 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.15 |
| HSL | 296.86º | 0.67% | 0.55% | - |
| HSV(B) | 296.86º | 0.7% | 0.85% | - |
| XYZ | 41.12 | 22.54 | 68.51 | - |
| YUV | 125.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 218 | 0.04 | 0.70 | 0 | 0.15 | 296.86 | 0.67 | 0.55 |
| Hex | D2 | 41 | DA | 4 | 46 | 0 | F | 129 | 43 | 37 |
| Octal | 322 | 101 | 332 | 4 | 106 | 0 | 17 | 451 | 103 | 67 |
| Binary | 11010010 | 1000001 | 11011010 | 100 | 1000110 | 0 | 1111 | 100101001 | 1000011 | 110111 |
Color Harmonies of #D241DA
Complementary color
Monochromatic Colors of #D241DA
Black with #D241DA
Text Example
Text Example
White with #D241DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241DA; }
p { color: rgb(210,65,218); }
H1.HeaderClassName
{
color: #D241DA;
}
.AnyTagClassName
{
color: #D241DA;
}
</style>
background-color css
<style>
a { background-color: #D241DA; }
a { background-color: rgb(210,65,218); }
div.DivClassName
{
background-color: #D241DA;
}
.BgClassName
{
background-color: #D241DA;
}
</style>
border-color css
<style>
span { border-color: #D241DA; }
span { border-color: rgb(210,65,218); }
td.TdClassName
{
border-color: #D241DA;
}
.TagClassName
{
border-color: #D241DA;
}
</style>