Html Css Color HEX #D241D5 Free Speech Magenta
📋 copy color: '#D241D5'red 210 ◦ green 65 ◦ blue 213
Shades of Free Speech Magenta #D241D5
Tints of Free Speech Magenta #D241D5
RGB
CMYK
RGB Variations
Color information
#D241D5 (or 0xD241D5) is known color: Free Speech Magenta. HEX triplet: D2, 41 and D5. RGB value is (210,65,213). Sum of RGB (Red+Green+Blue) = 210+65+213=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #D241D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D241D5 is #2DBE2A. Grayscale: #7C7C7C. Windows color (decimal): -2997803 or 13976018. OLE color: 13976018.
HSL color Cylindrical-coordinate representation of color #D241D5: hue angle of 298.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D241D5 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 65 | 213 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.16 |
| HSL | 298.78º | 0.64% | 0.55% | - |
| HSV(B) | 298.78º | 0.69% | 0.84% | - |
| XYZ | 40.48 | 22.29 | 65.12 | - |
| YUV | 125.23 | 177.54 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 65 | 213 | 0.01 | 0.69 | 0 | 0.16 | 298.78 | 0.64 | 0.55 |
| Hex | D2 | 41 | D5 | 1 | 45 | 0 | 10 | 12B | 40 | 37 |
| Octal | 322 | 101 | 325 | 1 | 105 | 0 | 20 | 453 | 100 | 67 |
| Binary | 11010010 | 1000001 | 11010101 | 1 | 1000101 | 0 | 10000 | 100101011 | 1000000 | 110111 |
Color Harmonies of #D241D5
Complementary color
Monochromatic Colors of #D241D5
Black with #D241D5
Text Example
Text Example
White with #D241D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D241D5; }
p { color: rgb(210,65,213); }
H1.HeaderClassName
{
color: #D241D5;
}
.AnyTagClassName
{
color: #D241D5;
}
</style>
background-color css
<style>
a { background-color: #D241D5; }
a { background-color: rgb(210,65,213); }
div.DivClassName
{
background-color: #D241D5;
}
.BgClassName
{
background-color: #D241D5;
}
</style>
border-color css
<style>
span { border-color: #D241D5; }
span { border-color: rgb(210,65,213); }
td.TdClassName
{
border-color: #D241D5;
}
.TagClassName
{
border-color: #D241D5;
}
</style>