Html Css Color HEX #D25CE6 Free Speech Magenta
📋 copy color: '#D25CE6'red 210 ◦ green 92 ◦ blue 230
Shades of Free Speech Magenta #D25CE6
Tints of Free Speech Magenta #D25CE6
RGB
CMYK
RGB Variations
Color information
#D25CE6 (or 0xD25CE6) is known color: Free Speech Magenta. HEX triplet: D2, 5C and E6. RGB value is (210,92,230). Sum of RGB (Red+Green+Blue) = 210+92+230=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #D25CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25CE6 is #2DA319. Grayscale: #8E8E8E. Windows color (decimal): -2990874 or 15097042. OLE color: 15097042.
HSL color Cylindrical-coordinate representation of color #D25CE6: hue angle of 291.3º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25CE6 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 92 | 230 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.10 |
| HSL | 291.3º | 0.73% | 0.63% | - |
| HSV(B) | 291.3º | 0.6% | 0.9% | - |
| XYZ | 44.69 | 27.07 | 77.73 | - |
| YUV | 143.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 230 | 0.09 | 0.60 | 0 | 0.10 | 291.3 | 0.73 | 0.63 |
| Hex | D2 | 5C | E6 | 9 | 3C | 0 | A | 123 | 49 | 3F |
| Octal | 322 | 134 | 346 | 11 | 74 | 0 | 12 | 443 | 111 | 77 |
| Binary | 11010010 | 1011100 | 11100110 | 1001 | 111100 | 0 | 1010 | 100100011 | 1001001 | 111111 |
Color Harmonies of #D25CE6
Complementary color
Monochromatic Colors of #D25CE6
Black with #D25CE6
Text Example
Text Example
White with #D25CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CE6; }
p { color: rgb(210,92,230); }
H1.HeaderClassName
{
color: #D25CE6;
}
.AnyTagClassName
{
color: #D25CE6;
}
</style>
background-color css
<style>
a { background-color: #D25CE6; }
a { background-color: rgb(210,92,230); }
div.DivClassName
{
background-color: #D25CE6;
}
.BgClassName
{
background-color: #D25CE6;
}
</style>
border-color css
<style>
span { border-color: #D25CE6; }
span { border-color: rgb(210,92,230); }
td.TdClassName
{
border-color: #D25CE6;
}
.TagClassName
{
border-color: #D25CE6;
}
</style>