Html Css Color HEX #D555CE Free Speech Magenta
📋 copy color: '#D555CE'red 213 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #D555CE
Tints of Free Speech Magenta #D555CE
RGB
CMYK
RGB Variations
Color information
#D555CE (or 0xD555CE) is known color: Free Speech Magenta. HEX triplet: D5, 55 and CE. RGB value is (213,85,206). Sum of RGB (Red+Green+Blue) = 213+85+206=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D555CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555CE is #2AAA31. Grayscale: #888888. Windows color (decimal): -2796082 or 13522389. OLE color: 13522389.
HSL color Cylindrical-coordinate representation of color #D555CE: hue angle of 303.28º 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 #D555CE is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 206 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.16 |
| HSL | 303.28º | 0.6% | 0.58% | - |
| HSV(B) | 303.28º | 0.6% | 0.84% | - |
| XYZ | 41.83 | 25.1 | 61.03 | - |
| YUV | 137.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 206 | 0 | 0.60 | 0.03 | 0.16 | 303.28 | 0.6 | 0.58 |
| Hex | D5 | 55 | CE | 0 | 3C | 3 | 10 | 12F | 3C | 3A |
| Octal | 325 | 125 | 316 | 0 | 74 | 3 | 20 | 457 | 74 | 72 |
| Binary | 11010101 | 1010101 | 11001110 | 0 | 111100 | 11 | 10000 | 100101111 | 111100 | 111010 |
Color Harmonies of #D555CE
Complementary color
Monochromatic Colors of #D555CE
Black with #D555CE
Text Example
Text Example
White with #D555CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555CE; }
p { color: rgb(213,85,206); }
H1.HeaderClassName
{
color: #D555CE;
}
.AnyTagClassName
{
color: #D555CE;
}
</style>
background-color css
<style>
a { background-color: #D555CE; }
a { background-color: rgb(213,85,206); }
div.DivClassName
{
background-color: #D555CE;
}
.BgClassName
{
background-color: #D555CE;
}
</style>
border-color css
<style>
span { border-color: #D555CE; }
span { border-color: rgb(213,85,206); }
td.TdClassName
{
border-color: #D555CE;
}
.TagClassName
{
border-color: #D555CE;
}
</style>