Html Css Color HEX #D25CDF Free Speech Magenta
📋 copy color: '#D25CDF'red 210 ◦ green 92 ◦ blue 223
Shades of Free Speech Magenta #D25CDF
Tints of Free Speech Magenta #D25CDF
RGB
CMYK
RGB Variations
Color information
#D25CDF (or 0xD25CDF) is known color: Free Speech Magenta. HEX triplet: D2, 5C and DF. RGB value is (210,92,223). Sum of RGB (Red+Green+Blue) = 210+92+223=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #D25CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CDF is #2DA320. Grayscale: #8D8D8D. Windows color (decimal): -2990881 or 14638290. OLE color: 14638290.
HSL color Cylindrical-coordinate representation of color #D25CDF: hue angle of 294.05º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25CDF is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 92 | 223 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.13 |
| HSL | 294.05º | 0.67% | 0.62% | - |
| HSV(B) | 294.05º | 0.59% | 0.87% | - |
| XYZ | 43.72 | 26.68 | 72.66 | - |
| YUV | 142.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 223 | 0.06 | 0.59 | 0 | 0.13 | 294.05 | 0.67 | 0.62 |
| Hex | D2 | 5C | DF | 6 | 3B | 0 | D | 126 | 43 | 3E |
| Octal | 322 | 134 | 337 | 6 | 73 | 0 | 15 | 446 | 103 | 76 |
| Binary | 11010010 | 1011100 | 11011111 | 110 | 111011 | 0 | 1101 | 100100110 | 1000011 | 111110 |
Color Harmonies of #D25CDF
Complementary color
Monochromatic Colors of #D25CDF
Black with #D25CDF
Text Example
Text Example
White with #D25CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CDF; }
p { color: rgb(210,92,223); }
H1.HeaderClassName
{
color: #D25CDF;
}
.AnyTagClassName
{
color: #D25CDF;
}
</style>
background-color css
<style>
a { background-color: #D25CDF; }
a { background-color: rgb(210,92,223); }
div.DivClassName
{
background-color: #D25CDF;
}
.BgClassName
{
background-color: #D25CDF;
}
</style>
border-color css
<style>
span { border-color: #D25CDF; }
span { border-color: rgb(210,92,223); }
td.TdClassName
{
border-color: #D25CDF;
}
.TagClassName
{
border-color: #D25CDF;
}
</style>