Html Css Color HEX #D255D5 Free Speech Magenta
📋 copy color: '#D255D5'red 210 ◦ green 85 ◦ blue 213
Shades of Free Speech Magenta #D255D5
Tints of Free Speech Magenta #D255D5
RGB
CMYK
RGB Variations
Color information
#D255D5 (or 0xD255D5) is known color: Free Speech Magenta. HEX triplet: D2, 55 and D5. RGB value is (210,85,213). Sum of RGB (Red+Green+Blue) = 210+85+213=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #D255D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255D5 is #2DAA2A. Grayscale: #888888. Windows color (decimal): -2992683 or 13981138. OLE color: 13981138.
HSL color Cylindrical-coordinate representation of color #D255D5: hue angle of 298.59º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D255D5 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 85 | 213 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.16 |
| HSL | 298.59º | 0.6% | 0.58% | - |
| HSV(B) | 298.59º | 0.6% | 0.84% | - |
| XYZ | 41.84 | 25 | 65.57 | - |
| YUV | 136.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 213 | 0.01 | 0.60 | 0 | 0.16 | 298.59 | 0.6 | 0.58 |
| Hex | D2 | 55 | D5 | 1 | 3C | 0 | 10 | 12B | 3C | 3A |
| Octal | 322 | 125 | 325 | 1 | 74 | 0 | 20 | 453 | 74 | 72 |
| Binary | 11010010 | 1010101 | 11010101 | 1 | 111100 | 0 | 10000 | 100101011 | 111100 | 111010 |
Color Harmonies of #D255D5
Complementary color
Monochromatic Colors of #D255D5
Black with #D255D5
Text Example
Text Example
White with #D255D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255D5; }
p { color: rgb(210,85,213); }
H1.HeaderClassName
{
color: #D255D5;
}
.AnyTagClassName
{
color: #D255D5;
}
</style>
background-color css
<style>
a { background-color: #D255D5; }
a { background-color: rgb(210,85,213); }
div.DivClassName
{
background-color: #D255D5;
}
.BgClassName
{
background-color: #D255D5;
}
</style>
border-color css
<style>
span { border-color: #D255D5; }
span { border-color: rgb(210,85,213); }
td.TdClassName
{
border-color: #D255D5;
}
.TagClassName
{
border-color: #D255D5;
}
</style>