Html Css Color HEX #D255D7 Free Speech Magenta
📋 copy color: '#D255D7'red 210 ◦ green 85 ◦ blue 215
Shades of Free Speech Magenta #D255D7
Tints of Free Speech Magenta #D255D7
RGB
CMYK
RGB Variations
Color information
#D255D7 (or 0xD255D7) is known color: Free Speech Magenta. HEX triplet: D2, 55 and D7. RGB value is (210,85,215). Sum of RGB (Red+Green+Blue) = 210+85+215=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #D255D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255D7 is #2DAA28. Grayscale: #888888. Windows color (decimal): -2992681 or 14112210. OLE color: 14112210.
HSL color Cylindrical-coordinate representation of color #D255D7: hue angle of 297.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D255D7 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 85 | 215 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.16 |
| HSL | 297.69º | 0.62% | 0.59% | - |
| HSV(B) | 297.69º | 0.6% | 0.84% | - |
| XYZ | 42.09 | 25.1 | 66.92 | - |
| YUV | 137.2 | 171.91 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 215 | 0.02 | 0.60 | 0 | 0.16 | 297.69 | 0.62 | 0.59 |
| Hex | D2 | 55 | D7 | 2 | 3C | 0 | 10 | 12A | 3E | 3B |
| Octal | 322 | 125 | 327 | 2 | 74 | 0 | 20 | 452 | 76 | 73 |
| Binary | 11010010 | 1010101 | 11010111 | 10 | 111100 | 0 | 10000 | 100101010 | 111110 | 111011 |
Color Harmonies of #D255D7
Complementary color
Monochromatic Colors of #D255D7
Black with #D255D7
Text Example
Text Example
White with #D255D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255D7; }
p { color: rgb(210,85,215); }
H1.HeaderClassName
{
color: #D255D7;
}
.AnyTagClassName
{
color: #D255D7;
}
</style>
background-color css
<style>
a { background-color: #D255D7; }
a { background-color: rgb(210,85,215); }
div.DivClassName
{
background-color: #D255D7;
}
.BgClassName
{
background-color: #D255D7;
}
</style>
border-color css
<style>
span { border-color: #D255D7; }
span { border-color: rgb(210,85,215); }
td.TdClassName
{
border-color: #D255D7;
}
.TagClassName
{
border-color: #D255D7;
}
</style>