Html Css Color HEX #D25ECF Free Speech Magenta
📋 copy color: '#D25ECF'red 210 ◦ green 94 ◦ blue 207
Shades of Free Speech Magenta #D25ECF
Tints of Free Speech Magenta #D25ECF
RGB
CMYK
RGB Variations
Color information
#D25ECF (or 0xD25ECF) is known color: Free Speech Magenta. HEX triplet: D2, 5E and CF. RGB value is (210,94,207). Sum of RGB (Red+Green+Blue) = 210+94+207=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ECF is #2DA130. Grayscale: #8D8D8D. Windows color (decimal): -2990385 or 13590226. OLE color: 13590226.
HSL color Cylindrical-coordinate representation of color #D25ECF: hue angle of 301.55º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25ECF is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 207 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.18 |
| HSL | 301.55º | 0.56% | 0.6% | - |
| HSV(B) | 301.55º | 0.55% | 0.82% | - |
| XYZ | 41.84 | 26.21 | 61.89 | - |
| YUV | 141.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 207 | 0 | 0.55 | 0.01 | 0.18 | 301.55 | 0.56 | 0.6 |
| Hex | D2 | 5E | CF | 0 | 37 | 1 | 12 | 12E | 38 | 3C |
| Octal | 322 | 136 | 317 | 0 | 67 | 1 | 22 | 456 | 70 | 74 |
| Binary | 11010010 | 1011110 | 11001111 | 0 | 110111 | 1 | 10010 | 100101110 | 111000 | 111100 |
Color Harmonies of #D25ECF
Complementary color
Monochromatic Colors of #D25ECF
Black with #D25ECF
Text Example
Text Example
White with #D25ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25ECF; }
p { color: rgb(210,94,207); }
H1.HeaderClassName
{
color: #D25ECF;
}
.AnyTagClassName
{
color: #D25ECF;
}
</style>
background-color css
<style>
a { background-color: #D25ECF; }
a { background-color: rgb(210,94,207); }
div.DivClassName
{
background-color: #D25ECF;
}
.BgClassName
{
background-color: #D25ECF;
}
</style>
border-color css
<style>
span { border-color: #D25ECF; }
span { border-color: rgb(210,94,207); }
td.TdClassName
{
border-color: #D25ECF;
}
.TagClassName
{
border-color: #D25ECF;
}
</style>