Html Css Color HEX #D25EDD Free Speech Magenta
📋 copy color: '#D25EDD'red 210 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #D25EDD
Tints of Free Speech Magenta #D25EDD
RGB
CMYK
RGB Variations
Color information
#D25EDD (or 0xD25EDD) is known color: Free Speech Magenta. HEX triplet: D2, 5E and DD. RGB value is (210,94,221). Sum of RGB (Red+Green+Blue) = 210+94+221=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #D25EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EDD is #2DA122. Grayscale: #8E8E8E. Windows color (decimal): -2990371 or 14507730. OLE color: 14507730.
HSL color Cylindrical-coordinate representation of color #D25EDD: hue angle of 294.8º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25EDD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 94 | 221 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.13 |
| HSL | 294.8º | 0.65% | 0.62% | - |
| HSV(B) | 294.8º | 0.57% | 0.87% | - |
| XYZ | 43.63 | 26.93 | 71.3 | - |
| YUV | 143.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 221 | 0.05 | 0.57 | 0 | 0.13 | 294.8 | 0.65 | 0.62 |
| Hex | D2 | 5E | DD | 5 | 39 | 0 | D | 127 | 41 | 3E |
| Octal | 322 | 136 | 335 | 5 | 71 | 0 | 15 | 447 | 101 | 76 |
| Binary | 11010010 | 1011110 | 11011101 | 101 | 111001 | 0 | 1101 | 100100111 | 1000001 | 111110 |
Color Harmonies of #D25EDD
Complementary color
Monochromatic Colors of #D25EDD
Black with #D25EDD
Text Example
Text Example
White with #D25EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EDD; }
p { color: rgb(210,94,221); }
H1.HeaderClassName
{
color: #D25EDD;
}
.AnyTagClassName
{
color: #D25EDD;
}
</style>
background-color css
<style>
a { background-color: #D25EDD; }
a { background-color: rgb(210,94,221); }
div.DivClassName
{
background-color: #D25EDD;
}
.BgClassName
{
background-color: #D25EDD;
}
</style>
border-color css
<style>
span { border-color: #D25EDD; }
span { border-color: rgb(210,94,221); }
td.TdClassName
{
border-color: #D25EDD;
}
.TagClassName
{
border-color: #D25EDD;
}
</style>