Html Css Color HEX #D25DE0 Free Speech Magenta
📋 copy color: '#D25DE0'red 210 ◦ green 93 ◦ blue 224
Shades of Free Speech Magenta #D25DE0
Tints of Free Speech Magenta #D25DE0
RGB
CMYK
RGB Variations
Color information
#D25DE0 (or 0xD25DE0) is known color: Free Speech Magenta. HEX triplet: D2, 5D and E0. RGB value is (210,93,224). Sum of RGB (Red+Green+Blue) = 210+93+224=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #D25DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DE0 is #2DA21F. Grayscale: #8E8E8E. Windows color (decimal): -2990624 or 14704082. OLE color: 14704082.
HSL color Cylindrical-coordinate representation of color #D25DE0: hue angle of 293.59º 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 #D25DE0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 93 | 224 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.12 |
| HSL | 293.59º | 0.68% | 0.62% | - |
| HSV(B) | 293.59º | 0.58% | 0.88% | - |
| XYZ | 43.95 | 26.91 | 73.4 | - |
| YUV | 142.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 224 | 0.06 | 0.58 | 0 | 0.12 | 293.59 | 0.68 | 0.62 |
| Hex | D2 | 5D | E0 | 6 | 3A | 0 | C | 126 | 44 | 3E |
| Octal | 322 | 135 | 340 | 6 | 72 | 0 | 14 | 446 | 104 | 76 |
| Binary | 11010010 | 1011101 | 11100000 | 110 | 111010 | 0 | 1100 | 100100110 | 1000100 | 111110 |
Color Harmonies of #D25DE0
Complementary color
Monochromatic Colors of #D25DE0
Black with #D25DE0
Text Example
Text Example
White with #D25DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DE0; }
p { color: rgb(210,93,224); }
H1.HeaderClassName
{
color: #D25DE0;
}
.AnyTagClassName
{
color: #D25DE0;
}
</style>
background-color css
<style>
a { background-color: #D25DE0; }
a { background-color: rgb(210,93,224); }
div.DivClassName
{
background-color: #D25DE0;
}
.BgClassName
{
background-color: #D25DE0;
}
</style>
border-color css
<style>
span { border-color: #D25DE0; }
span { border-color: rgb(210,93,224); }
td.TdClassName
{
border-color: #D25DE0;
}
.TagClassName
{
border-color: #D25DE0;
}
</style>