Html Css Color HEX #D25EDC Free Speech Magenta
📋 copy color: '#D25EDC'red 210 ◦ green 94 ◦ blue 220
Shades of Free Speech Magenta #D25EDC
Tints of Free Speech Magenta #D25EDC
RGB
CMYK
RGB Variations
Color information
#D25EDC (or 0xD25EDC) is known color: Free Speech Magenta. HEX triplet: D2, 5E and DC. RGB value is (210,94,220). Sum of RGB (Red+Green+Blue) = 210+94+220=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #D25EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EDC is #2DA123. Grayscale: #8E8E8E. Windows color (decimal): -2990372 or 14442194. OLE color: 14442194.
HSL color Cylindrical-coordinate representation of color #D25EDC: hue angle of 295.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25EDC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 94 | 220 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.14 |
| HSL | 295.24º | 0.64% | 0.62% | - |
| HSV(B) | 295.24º | 0.57% | 0.86% | - |
| XYZ | 43.5 | 26.87 | 70.6 | - |
| YUV | 143.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 220 | 0.05 | 0.57 | 0 | 0.14 | 295.24 | 0.64 | 0.62 |
| Hex | D2 | 5E | DC | 5 | 39 | 0 | E | 127 | 40 | 3E |
| Octal | 322 | 136 | 334 | 5 | 71 | 0 | 16 | 447 | 100 | 76 |
| Binary | 11010010 | 1011110 | 11011100 | 101 | 111001 | 0 | 1110 | 100100111 | 1000000 | 111110 |
Color Harmonies of #D25EDC
Complementary color
Monochromatic Colors of #D25EDC
Black with #D25EDC
Text Example
Text Example
White with #D25EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EDC; }
p { color: rgb(210,94,220); }
H1.HeaderClassName
{
color: #D25EDC;
}
.AnyTagClassName
{
color: #D25EDC;
}
</style>
background-color css
<style>
a { background-color: #D25EDC; }
a { background-color: rgb(210,94,220); }
div.DivClassName
{
background-color: #D25EDC;
}
.BgClassName
{
background-color: #D25EDC;
}
</style>
border-color css
<style>
span { border-color: #D25EDC; }
span { border-color: rgb(210,94,220); }
td.TdClassName
{
border-color: #D25EDC;
}
.TagClassName
{
border-color: #D25EDC;
}
</style>