Html Css Color HEX #D255ED Free Speech Magenta
📋 copy color: '#D255ED'red 210 ◦ green 85 ◦ blue 237
Shades of Free Speech Magenta #D255ED
Tints of Free Speech Magenta #D255ED
RGB
CMYK
RGB Variations
Color information
#D255ED (or 0xD255ED) is known color: Free Speech Magenta. HEX triplet: D2, 55 and ED. RGB value is (210,85,237). Sum of RGB (Red+Green+Blue) = 210+85+237=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #D255ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D255ED is #2DAA12. Grayscale: #8B8B8B. Windows color (decimal): -2992659 or 15554002. OLE color: 15554002.
HSL color Cylindrical-coordinate representation of color #D255ED: hue angle of 289.34º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D255ED is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 85 | 237 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.07 |
| HSL | 289.34º | 0.81% | 0.63% | - |
| HSV(B) | 289.34º | 0.64% | 0.93% | - |
| XYZ | 45.11 | 26.31 | 82.82 | - |
| YUV | 139.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 237 | 0.11 | 0.64 | 0 | 0.07 | 289.34 | 0.81 | 0.63 |
| Hex | D2 | 55 | ED | B | 40 | 0 | 7 | 121 | 51 | 3F |
| Octal | 322 | 125 | 355 | 13 | 100 | 0 | 7 | 441 | 121 | 77 |
| Binary | 11010010 | 1010101 | 11101101 | 1011 | 1000000 | 0 | 111 | 100100001 | 1010001 | 111111 |
Color Harmonies of #D255ED
Complementary color
Monochromatic Colors of #D255ED
Black with #D255ED
Text Example
Text Example
White with #D255ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255ED; }
p { color: rgb(210,85,237); }
H1.HeaderClassName
{
color: #D255ED;
}
.AnyTagClassName
{
color: #D255ED;
}
</style>
background-color css
<style>
a { background-color: #D255ED; }
a { background-color: rgb(210,85,237); }
div.DivClassName
{
background-color: #D255ED;
}
.BgClassName
{
background-color: #D255ED;
}
</style>
border-color css
<style>
span { border-color: #D255ED; }
span { border-color: rgb(210,85,237); }
td.TdClassName
{
border-color: #D255ED;
}
.TagClassName
{
border-color: #D255ED;
}
</style>