Html Css Color HEX #D25CE1 Free Speech Magenta
📋 copy color: '#D25CE1'red 210 ◦ green 92 ◦ blue 225
Shades of Free Speech Magenta #D25CE1
Tints of Free Speech Magenta #D25CE1
RGB
CMYK
RGB Variations
Color information
#D25CE1 (or 0xD25CE1) is known color: Free Speech Magenta. HEX triplet: D2, 5C and E1. RGB value is (210,92,225). Sum of RGB (Red+Green+Blue) = 210+92+225=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #D25CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CE1 is #2DA31E. Grayscale: #8E8E8E. Windows color (decimal): -2990879 or 14769362. OLE color: 14769362.
HSL color Cylindrical-coordinate representation of color #D25CE1: hue angle of 293.23º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25CE1 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 92 | 225 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.12 |
| HSL | 293.23º | 0.69% | 0.62% | - |
| HSV(B) | 293.23º | 0.59% | 0.88% | - |
| XYZ | 44 | 26.79 | 74.09 | - |
| YUV | 142.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 225 | 0.07 | 0.59 | 0 | 0.12 | 293.23 | 0.69 | 0.62 |
| Hex | D2 | 5C | E1 | 7 | 3B | 0 | C | 125 | 45 | 3E |
| Octal | 322 | 134 | 341 | 7 | 73 | 0 | 14 | 445 | 105 | 76 |
| Binary | 11010010 | 1011100 | 11100001 | 111 | 111011 | 0 | 1100 | 100100101 | 1000101 | 111110 |
Color Harmonies of #D25CE1
Complementary color
Monochromatic Colors of #D25CE1
Black with #D25CE1
Text Example
Text Example
White with #D25CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CE1; }
p { color: rgb(210,92,225); }
H1.HeaderClassName
{
color: #D25CE1;
}
.AnyTagClassName
{
color: #D25CE1;
}
</style>
background-color css
<style>
a { background-color: #D25CE1; }
a { background-color: rgb(210,92,225); }
div.DivClassName
{
background-color: #D25CE1;
}
.BgClassName
{
background-color: #D25CE1;
}
</style>
border-color css
<style>
span { border-color: #D25CE1; }
span { border-color: rgb(210,92,225); }
td.TdClassName
{
border-color: #D25CE1;
}
.TagClassName
{
border-color: #D25CE1;
}
</style>