Html Css Color HEX #D25EDF Free Speech Magenta
📋 copy color: '#D25EDF'red 210 ◦ green 94 ◦ blue 223
Shades of Free Speech Magenta #D25EDF
Tints of Free Speech Magenta #D25EDF
RGB
CMYK
RGB Variations
Color information
#D25EDF (or 0xD25EDF) is known color: Free Speech Magenta. HEX triplet: D2, 5E and DF. RGB value is (210,94,223). Sum of RGB (Red+Green+Blue) = 210+94+223=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #D25EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EDF is #2DA120. Grayscale: #8E8E8E. Windows color (decimal): -2990369 or 14638802. OLE color: 14638802.
HSL color Cylindrical-coordinate representation of color #D25EDF: hue angle of 293.95º degrees, saturation: 0.67, 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 #D25EDF is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 94 | 223 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.13 |
| HSL | 293.95º | 0.67% | 0.62% | - |
| HSV(B) | 293.95º | 0.58% | 0.87% | - |
| XYZ | 43.9 | 27.03 | 72.72 | - |
| YUV | 143.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 223 | 0.06 | 0.58 | 0 | 0.13 | 293.95 | 0.67 | 0.62 |
| Hex | D2 | 5E | DF | 6 | 3A | 0 | D | 126 | 43 | 3E |
| Octal | 322 | 136 | 337 | 6 | 72 | 0 | 15 | 446 | 103 | 76 |
| Binary | 11010010 | 1011110 | 11011111 | 110 | 111010 | 0 | 1101 | 100100110 | 1000011 | 111110 |
Color Harmonies of #D25EDF
Complementary color
Monochromatic Colors of #D25EDF
Black with #D25EDF
Text Example
Text Example
White with #D25EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EDF; }
p { color: rgb(210,94,223); }
H1.HeaderClassName
{
color: #D25EDF;
}
.AnyTagClassName
{
color: #D25EDF;
}
</style>
background-color css
<style>
a { background-color: #D25EDF; }
a { background-color: rgb(210,94,223); }
div.DivClassName
{
background-color: #D25EDF;
}
.BgClassName
{
background-color: #D25EDF;
}
</style>
border-color css
<style>
span { border-color: #D25EDF; }
span { border-color: rgb(210,94,223); }
td.TdClassName
{
border-color: #D25EDF;
}
.TagClassName
{
border-color: #D25EDF;
}
</style>