Html Css Color HEX #D255EC Free Speech Magenta
📋 copy color: '#D255EC'red 210 ◦ green 85 ◦ blue 236
Shades of Free Speech Magenta #D255EC
Tints of Free Speech Magenta #D255EC
RGB
CMYK
RGB Variations
Color information
#D255EC (or 0xD255EC) is known color: Free Speech Magenta. HEX triplet: D2, 55 and EC. RGB value is (210,85,236). Sum of RGB (Red+Green+Blue) = 210+85+236=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #D255EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D255EC is #2DAA13. Grayscale: #8B8B8B. Windows color (decimal): -2992660 or 15488466. OLE color: 15488466.
HSL color Cylindrical-coordinate representation of color #D255EC: hue angle of 289.67º degrees, saturation: 0.8, 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 #D255EC is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 85 | 236 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.07 |
| HSL | 289.67º | 0.8% | 0.63% | - |
| HSV(B) | 289.67º | 0.64% | 0.93% | - |
| XYZ | 44.97 | 26.25 | 82.05 | - |
| YUV | 139.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 236 | 0.11 | 0.64 | 0 | 0.07 | 289.67 | 0.8 | 0.63 |
| Hex | D2 | 55 | EC | B | 40 | 0 | 7 | 122 | 50 | 3F |
| Octal | 322 | 125 | 354 | 13 | 100 | 0 | 7 | 442 | 120 | 77 |
| Binary | 11010010 | 1010101 | 11101100 | 1011 | 1000000 | 0 | 111 | 100100010 | 1010000 | 111111 |
Color Harmonies of #D255EC
Complementary color
Monochromatic Colors of #D255EC
Black with #D255EC
Text Example
Text Example
White with #D255EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255EC; }
p { color: rgb(210,85,236); }
H1.HeaderClassName
{
color: #D255EC;
}
.AnyTagClassName
{
color: #D255EC;
}
</style>
background-color css
<style>
a { background-color: #D255EC; }
a { background-color: rgb(210,85,236); }
div.DivClassName
{
background-color: #D255EC;
}
.BgClassName
{
background-color: #D255EC;
}
</style>
border-color css
<style>
span { border-color: #D255EC; }
span { border-color: rgb(210,85,236); }
td.TdClassName
{
border-color: #D255EC;
}
.TagClassName
{
border-color: #D255EC;
}
</style>