Html Css Color HEX #D255D0 Free Speech Magenta
📋 copy color: '#D255D0'red 210 ◦ green 85 ◦ blue 208
Shades of Free Speech Magenta #D255D0
Tints of Free Speech Magenta #D255D0
RGB
CMYK
RGB Variations
Color information
#D255D0 (or 0xD255D0) is known color: Free Speech Magenta. HEX triplet: D2, 55 and D0. RGB value is (210,85,208). Sum of RGB (Red+Green+Blue) = 210+85+208=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D255D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255D0 is #2DAA2F. Grayscale: #888888. Windows color (decimal): -2992688 or 13653458. OLE color: 13653458.
HSL color Cylindrical-coordinate representation of color #D255D0: hue angle of 300.96º 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 #D255D0 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 208 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.18 |
| HSL | 300.96º | 0.58% | 0.58% | - |
| HSV(B) | 300.96º | 0.6% | 0.82% | - |
| XYZ | 41.21 | 24.75 | 62.28 | - |
| YUV | 136.4 | 168.41 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 208 | 0 | 0.60 | 0.01 | 0.18 | 300.96 | 0.58 | 0.58 |
| Hex | D2 | 55 | D0 | 0 | 3C | 1 | 12 | 12D | 3A | 3A |
| Octal | 322 | 125 | 320 | 0 | 74 | 1 | 22 | 455 | 72 | 72 |
| Binary | 11010010 | 1010101 | 11010000 | 0 | 111100 | 1 | 10010 | 100101101 | 111010 | 111010 |
Color Harmonies of #D255D0
Complementary color
Monochromatic Colors of #D255D0
Black with #D255D0
Text Example
Text Example
White with #D255D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255D0; }
p { color: rgb(210,85,208); }
H1.HeaderClassName
{
color: #D255D0;
}
.AnyTagClassName
{
color: #D255D0;
}
</style>
background-color css
<style>
a { background-color: #D255D0; }
a { background-color: rgb(210,85,208); }
div.DivClassName
{
background-color: #D255D0;
}
.BgClassName
{
background-color: #D255D0;
}
</style>
border-color css
<style>
span { border-color: #D255D0; }
span { border-color: rgb(210,85,208); }
td.TdClassName
{
border-color: #D255D0;
}
.TagClassName
{
border-color: #D255D0;
}
</style>