Html Css Color HEX #D552CE Free Speech Magenta
📋 copy color: '#D552CE'red 213 ◦ green 82 ◦ blue 206
Shades of Free Speech Magenta #D552CE
Tints of Free Speech Magenta #D552CE
RGB
CMYK
RGB Variations
Color information
#D552CE (or 0xD552CE) is known color: Free Speech Magenta. HEX triplet: D5, 52 and CE. RGB value is (213,82,206). Sum of RGB (Red+Green+Blue) = 213+82+206=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D552CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552CE is #2AAD31. Grayscale: #868686. Windows color (decimal): -2796850 or 13521621. OLE color: 13521621.
HSL color Cylindrical-coordinate representation of color #D552CE: hue angle of 303.21º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D552CE is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 206 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.16 |
| HSL | 303.21º | 0.61% | 0.58% | - |
| HSV(B) | 303.21º | 0.62% | 0.84% | - |
| XYZ | 41.6 | 24.64 | 60.96 | - |
| YUV | 135.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 206 | 0 | 0.62 | 0.03 | 0.16 | 303.21 | 0.61 | 0.58 |
| Hex | D5 | 52 | CE | 0 | 3E | 3 | 10 | 12F | 3D | 3A |
| Octal | 325 | 122 | 316 | 0 | 76 | 3 | 20 | 457 | 75 | 72 |
| Binary | 11010101 | 1010010 | 11001110 | 0 | 111110 | 11 | 10000 | 100101111 | 111101 | 111010 |
Color Harmonies of #D552CE
Complementary color
Monochromatic Colors of #D552CE
Black with #D552CE
Text Example
Text Example
White with #D552CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552CE; }
p { color: rgb(213,82,206); }
H1.HeaderClassName
{
color: #D552CE;
}
.AnyTagClassName
{
color: #D552CE;
}
</style>
background-color css
<style>
a { background-color: #D552CE; }
a { background-color: rgb(213,82,206); }
div.DivClassName
{
background-color: #D552CE;
}
.BgClassName
{
background-color: #D552CE;
}
</style>
border-color css
<style>
span { border-color: #D552CE; }
span { border-color: rgb(213,82,206); }
td.TdClassName
{
border-color: #D552CE;
}
.TagClassName
{
border-color: #D552CE;
}
</style>