Html Css Color HEX #D25EE0 Free Speech Magenta
📋 copy color: '#D25EE0'red 210 ◦ green 94 ◦ blue 224
Shades of Free Speech Magenta #D25EE0
Tints of Free Speech Magenta #D25EE0
RGB
CMYK
RGB Variations
Color information
#D25EE0 (or 0xD25EE0) is known color: Free Speech Magenta. HEX triplet: D2, 5E and E0. RGB value is (210,94,224). Sum of RGB (Red+Green+Blue) = 210+94+224=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #D25EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EE0 is #2DA11F. Grayscale: #8F8F8F. Windows color (decimal): -2990368 or 14704338. OLE color: 14704338.
HSL color Cylindrical-coordinate representation of color #D25EE0: hue angle of 293.54º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25EE0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 94 | 224 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.12 |
| HSL | 293.54º | 0.68% | 0.62% | - |
| HSV(B) | 293.54º | 0.58% | 0.88% | - |
| XYZ | 44.04 | 27.09 | 73.43 | - |
| YUV | 143.5 | 173.43 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 224 | 0.06 | 0.58 | 0 | 0.12 | 293.54 | 0.68 | 0.62 |
| Hex | D2 | 5E | E0 | 6 | 3A | 0 | C | 126 | 44 | 3E |
| Octal | 322 | 136 | 340 | 6 | 72 | 0 | 14 | 446 | 104 | 76 |
| Binary | 11010010 | 1011110 | 11100000 | 110 | 111010 | 0 | 1100 | 100100110 | 1000100 | 111110 |
Color Harmonies of #D25EE0
Complementary color
Monochromatic Colors of #D25EE0
Black with #D25EE0
Text Example
Text Example
White with #D25EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EE0; }
p { color: rgb(210,94,224); }
H1.HeaderClassName
{
color: #D25EE0;
}
.AnyTagClassName
{
color: #D25EE0;
}
</style>
background-color css
<style>
a { background-color: #D25EE0; }
a { background-color: rgb(210,94,224); }
div.DivClassName
{
background-color: #D25EE0;
}
.BgClassName
{
background-color: #D25EE0;
}
</style>
border-color css
<style>
span { border-color: #D25EE0; }
span { border-color: rgb(210,94,224); }
td.TdClassName
{
border-color: #D25EE0;
}
.TagClassName
{
border-color: #D25EE0;
}
</style>