Html Css Color HEX #D25EE6 Free Speech Magenta
📋 copy color: '#D25EE6'red 210 ◦ green 94 ◦ blue 230
Shades of Free Speech Magenta #D25EE6
Tints of Free Speech Magenta #D25EE6
RGB
CMYK
RGB Variations
Color information
#D25EE6 (or 0xD25EE6) is known color: Free Speech Magenta. HEX triplet: D2, 5E and E6. RGB value is (210,94,230). Sum of RGB (Red+Green+Blue) = 210+94+230=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #D25EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EE6 is #2DA119. Grayscale: #8F8F8F. Windows color (decimal): -2990362 or 15097554. OLE color: 15097554.
HSL color Cylindrical-coordinate representation of color #D25EE6: hue angle of 291.18º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25EE6 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 94 | 230 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.10 |
| HSL | 291.18º | 0.73% | 0.64% | - |
| HSV(B) | 291.18º | 0.59% | 0.9% | - |
| XYZ | 44.86 | 27.42 | 77.79 | - |
| YUV | 144.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 230 | 0.09 | 0.59 | 0 | 0.10 | 291.18 | 0.73 | 0.64 |
| Hex | D2 | 5E | E6 | 9 | 3B | 0 | A | 123 | 49 | 40 |
| Octal | 322 | 136 | 346 | 11 | 73 | 0 | 12 | 443 | 111 | 100 |
| Binary | 11010010 | 1011110 | 11100110 | 1001 | 111011 | 0 | 1010 | 100100011 | 1001001 | 1000000 |
Color Harmonies of #D25EE6
Complementary color
Monochromatic Colors of #D25EE6
Black with #D25EE6
Text Example
Text Example
White with #D25EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EE6; }
p { color: rgb(210,94,230); }
H1.HeaderClassName
{
color: #D25EE6;
}
.AnyTagClassName
{
color: #D25EE6;
}
</style>
background-color css
<style>
a { background-color: #D25EE6; }
a { background-color: rgb(210,94,230); }
div.DivClassName
{
background-color: #D25EE6;
}
.BgClassName
{
background-color: #D25EE6;
}
</style>
border-color css
<style>
span { border-color: #D25EE6; }
span { border-color: rgb(210,94,230); }
td.TdClassName
{
border-color: #D25EE6;
}
.TagClassName
{
border-color: #D25EE6;
}
</style>