Html Css Color HEX #D255DF Free Speech Magenta
📋 copy color: '#D255DF'red 210 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #D255DF
Tints of Free Speech Magenta #D255DF
RGB
CMYK
RGB Variations
Color information
#D255DF (or 0xD255DF) is known color: Free Speech Magenta. HEX triplet: D2, 55 and DF. RGB value is (210,85,223). Sum of RGB (Red+Green+Blue) = 210+85+223=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #D255DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255DF is #2DAA20. Grayscale: #898989. Windows color (decimal): -2992673 or 14636498. OLE color: 14636498.
HSL color Cylindrical-coordinate representation of color #D255DF: hue angle of 294.35º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D255DF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 85 | 223 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.13 |
| HSL | 294.35º | 0.68% | 0.6% | - |
| HSV(B) | 294.35º | 0.62% | 0.87% | - |
| XYZ | 43.15 | 25.53 | 72.47 | - |
| YUV | 138.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 223 | 0.06 | 0.62 | 0 | 0.13 | 294.35 | 0.68 | 0.6 |
| Hex | D2 | 55 | DF | 6 | 3E | 0 | D | 126 | 44 | 3C |
| Octal | 322 | 125 | 337 | 6 | 76 | 0 | 15 | 446 | 104 | 74 |
| Binary | 11010010 | 1010101 | 11011111 | 110 | 111110 | 0 | 1101 | 100100110 | 1000100 | 111100 |
Color Harmonies of #D255DF
Complementary color
Monochromatic Colors of #D255DF
Black with #D255DF
Text Example
Text Example
White with #D255DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255DF; }
p { color: rgb(210,85,223); }
H1.HeaderClassName
{
color: #D255DF;
}
.AnyTagClassName
{
color: #D255DF;
}
</style>
background-color css
<style>
a { background-color: #D255DF; }
a { background-color: rgb(210,85,223); }
div.DivClassName
{
background-color: #D255DF;
}
.BgClassName
{
background-color: #D255DF;
}
</style>
border-color css
<style>
span { border-color: #D255DF; }
span { border-color: rgb(210,85,223); }
td.TdClassName
{
border-color: #D255DF;
}
.TagClassName
{
border-color: #D255DF;
}
</style>