Html Css Color HEX #D255CE Free Speech Magenta
📋 copy color: '#D255CE'red 210 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #D255CE
Tints of Free Speech Magenta #D255CE
RGB
CMYK
RGB Variations
Color information
#D255CE (or 0xD255CE) is known color: Free Speech Magenta. HEX triplet: D2, 55 and CE. RGB value is (210,85,206). Sum of RGB (Red+Green+Blue) = 210+85+206=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D255CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255CE is #2DAA31. Grayscale: #878787. Windows color (decimal): -2992690 or 13522386. OLE color: 13522386.
HSL color Cylindrical-coordinate representation of color #D255CE: hue angle of 301.92º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D255CE is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 206 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.18 |
| HSL | 301.92º | 0.58% | 0.58% | - |
| HSV(B) | 301.92º | 0.6% | 0.82% | - |
| XYZ | 40.97 | 24.65 | 60.99 | - |
| YUV | 136.17 | 167.41 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 206 | 0 | 0.60 | 0.02 | 0.18 | 301.92 | 0.58 | 0.58 |
| Hex | D2 | 55 | CE | 0 | 3C | 2 | 12 | 12E | 3A | 3A |
| Octal | 322 | 125 | 316 | 0 | 74 | 2 | 22 | 456 | 72 | 72 |
| Binary | 11010010 | 1010101 | 11001110 | 0 | 111100 | 10 | 10010 | 100101110 | 111010 | 111010 |
Color Harmonies of #D255CE
Complementary color
Monochromatic Colors of #D255CE
Black with #D255CE
Text Example
Text Example
White with #D255CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255CE; }
p { color: rgb(210,85,206); }
H1.HeaderClassName
{
color: #D255CE;
}
.AnyTagClassName
{
color: #D255CE;
}
</style>
background-color css
<style>
a { background-color: #D255CE; }
a { background-color: rgb(210,85,206); }
div.DivClassName
{
background-color: #D255CE;
}
.BgClassName
{
background-color: #D255CE;
}
</style>
border-color css
<style>
span { border-color: #D255CE; }
span { border-color: rgb(210,85,206); }
td.TdClassName
{
border-color: #D255CE;
}
.TagClassName
{
border-color: #D255CE;
}
</style>