Html Css Color HEX #D552DF Free Speech Magenta
📋 copy color: '#D552DF'red 213 ◦ green 82 ◦ blue 223
Shades of Free Speech Magenta #D552DF
Tints of Free Speech Magenta #D552DF
RGB
CMYK
RGB Variations
Color information
#D552DF (or 0xD552DF) is known color: Free Speech Magenta. HEX triplet: D5, 52 and DF. RGB value is (213,82,223). Sum of RGB (Red+Green+Blue) = 213+82+223=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #D552DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552DF is #2AAD20. Grayscale: #888888. Windows color (decimal): -2796833 or 14635733. OLE color: 14635733.
HSL color Cylindrical-coordinate representation of color #D552DF: hue angle of 295.74º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D552DF is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 82 | 223 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.13 |
| HSL | 295.74º | 0.69% | 0.6% | - |
| HSV(B) | 295.74º | 0.63% | 0.87% | - |
| XYZ | 43.78 | 25.51 | 72.43 | - |
| YUV | 137.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 223 | 0.04 | 0.63 | 0 | 0.13 | 295.74 | 0.69 | 0.6 |
| Hex | D5 | 52 | DF | 4 | 3F | 0 | D | 128 | 45 | 3C |
| Octal | 325 | 122 | 337 | 4 | 77 | 0 | 15 | 450 | 105 | 74 |
| Binary | 11010101 | 1010010 | 11011111 | 100 | 111111 | 0 | 1101 | 100101000 | 1000101 | 111100 |
Color Harmonies of #D552DF
Complementary color
Monochromatic Colors of #D552DF
Black with #D552DF
Text Example
Text Example
White with #D552DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552DF; }
p { color: rgb(213,82,223); }
H1.HeaderClassName
{
color: #D552DF;
}
.AnyTagClassName
{
color: #D552DF;
}
</style>
background-color css
<style>
a { background-color: #D552DF; }
a { background-color: rgb(213,82,223); }
div.DivClassName
{
background-color: #D552DF;
}
.BgClassName
{
background-color: #D552DF;
}
</style>
border-color css
<style>
span { border-color: #D552DF; }
span { border-color: rgb(213,82,223); }
td.TdClassName
{
border-color: #D552DF;
}
.TagClassName
{
border-color: #D552DF;
}
</style>