Html Css Color HEX #D455CE Free Speech Magenta
📋 copy color: '#D455CE'red 212 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #D455CE
Tints of Free Speech Magenta #D455CE
RGB
CMYK
RGB Variations
Color information
#D455CE (or 0xD455CE) is known color: Free Speech Magenta. HEX triplet: D4, 55 and CE. RGB value is (212,85,206). Sum of RGB (Red+Green+Blue) = 212+85+206=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D455CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D455CE is #2BAA31. Grayscale: #888888. Windows color (decimal): -2861618 or 13522388. OLE color: 13522388.
HSL color Cylindrical-coordinate representation of color #D455CE: hue angle of 302.83º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D455CE is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 206 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.17 |
| HSL | 302.83º | 0.6% | 0.58% | - |
| HSV(B) | 302.83º | 0.6% | 0.83% | - |
| XYZ | 41.54 | 24.95 | 61.02 | - |
| YUV | 136.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 206 | 0 | 0.60 | 0.03 | 0.17 | 302.83 | 0.6 | 0.58 |
| Hex | D4 | 55 | CE | 0 | 3C | 3 | 11 | 12F | 3C | 3A |
| Octal | 324 | 125 | 316 | 0 | 74 | 3 | 21 | 457 | 74 | 72 |
| Binary | 11010100 | 1010101 | 11001110 | 0 | 111100 | 11 | 10001 | 100101111 | 111100 | 111010 |
Color Harmonies of #D455CE
Complementary color
Monochromatic Colors of #D455CE
Black with #D455CE
Text Example
Text Example
White with #D455CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D455CE; }
p { color: rgb(212,85,206); }
H1.HeaderClassName
{
color: #D455CE;
}
.AnyTagClassName
{
color: #D455CE;
}
</style>
background-color css
<style>
a { background-color: #D455CE; }
a { background-color: rgb(212,85,206); }
div.DivClassName
{
background-color: #D455CE;
}
.BgClassName
{
background-color: #D455CE;
}
</style>
border-color css
<style>
span { border-color: #D455CE; }
span { border-color: rgb(212,85,206); }
td.TdClassName
{
border-color: #D455CE;
}
.TagClassName
{
border-color: #D455CE;
}
</style>