Html Css Color HEX #D25DDD Free Speech Magenta
📋 copy color: '#D25DDD'red 210 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #D25DDD
Tints of Free Speech Magenta #D25DDD
RGB
CMYK
RGB Variations
Color information
#D25DDD (or 0xD25DDD) is known color: Free Speech Magenta. HEX triplet: D2, 5D and DD. RGB value is (210,93,221). Sum of RGB (Red+Green+Blue) = 210+93+221=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #D25DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DDD is #2DA222. Grayscale: #8E8E8E. Windows color (decimal): -2990627 or 14507474. OLE color: 14507474.
HSL color Cylindrical-coordinate representation of color #D25DDD: hue angle of 294.84º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25DDD is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 93 | 221 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.13 |
| HSL | 294.84º | 0.65% | 0.62% | - |
| HSV(B) | 294.84º | 0.58% | 0.87% | - |
| XYZ | 43.54 | 26.75 | 71.28 | - |
| YUV | 142.58 | 172.26 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 221 | 0.05 | 0.58 | 0 | 0.13 | 294.84 | 0.65 | 0.62 |
| Hex | D2 | 5D | DD | 5 | 3A | 0 | D | 127 | 41 | 3E |
| Octal | 322 | 135 | 335 | 5 | 72 | 0 | 15 | 447 | 101 | 76 |
| Binary | 11010010 | 1011101 | 11011101 | 101 | 111010 | 0 | 1101 | 100100111 | 1000001 | 111110 |
Color Harmonies of #D25DDD
Complementary color
Monochromatic Colors of #D25DDD
Black with #D25DDD
Text Example
Text Example
White with #D25DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DDD; }
p { color: rgb(210,93,221); }
H1.HeaderClassName
{
color: #D25DDD;
}
.AnyTagClassName
{
color: #D25DDD;
}
</style>
background-color css
<style>
a { background-color: #D25DDD; }
a { background-color: rgb(210,93,221); }
div.DivClassName
{
background-color: #D25DDD;
}
.BgClassName
{
background-color: #D25DDD;
}
</style>
border-color css
<style>
span { border-color: #D25DDD; }
span { border-color: rgb(210,93,221); }
td.TdClassName
{
border-color: #D25DDD;
}
.TagClassName
{
border-color: #D25DDD;
}
</style>