Html Css Color HEX #D25ECE Free Speech Magenta
📋 copy color: '#D25ECE'red 210 ◦ green 94 ◦ blue 206
Shades of Free Speech Magenta #D25ECE
Tints of Free Speech Magenta #D25ECE
RGB
CMYK
RGB Variations
Color information
#D25ECE (or 0xD25ECE) is known color: Free Speech Magenta. HEX triplet: D2, 5E and CE. RGB value is (210,94,206). Sum of RGB (Red+Green+Blue) = 210+94+206=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ECE is #2DA131. Grayscale: #8D8D8D. Windows color (decimal): -2990386 or 13524690. OLE color: 13524690.
HSL color Cylindrical-coordinate representation of color #D25ECE: hue angle of 302.07º 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 #D25ECE is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 206 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.18 |
| HSL | 302.07º | 0.56% | 0.6% | - |
| HSV(B) | 302.07º | 0.55% | 0.82% | - |
| XYZ | 41.72 | 26.16 | 61.24 | - |
| YUV | 141.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 206 | 0 | 0.55 | 0.02 | 0.18 | 302.07 | 0.56 | 0.6 |
| Hex | D2 | 5E | CE | 0 | 37 | 2 | 12 | 12E | 38 | 3C |
| Octal | 322 | 136 | 316 | 0 | 67 | 2 | 22 | 456 | 70 | 74 |
| Binary | 11010010 | 1011110 | 11001110 | 0 | 110111 | 10 | 10010 | 100101110 | 111000 | 111100 |
Color Harmonies of #D25ECE
Complementary color
Monochromatic Colors of #D25ECE
Black with #D25ECE
Text Example
Text Example
White with #D25ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25ECE; }
p { color: rgb(210,94,206); }
H1.HeaderClassName
{
color: #D25ECE;
}
.AnyTagClassName
{
color: #D25ECE;
}
</style>
background-color css
<style>
a { background-color: #D25ECE; }
a { background-color: rgb(210,94,206); }
div.DivClassName
{
background-color: #D25ECE;
}
.BgClassName
{
background-color: #D25ECE;
}
</style>
border-color css
<style>
span { border-color: #D25ECE; }
span { border-color: rgb(210,94,206); }
td.TdClassName
{
border-color: #D25ECE;
}
.TagClassName
{
border-color: #D25ECE;
}
</style>