Html Css Color HEX #D552DC Free Speech Magenta
📋 copy color: '#D552DC'red 213 ◦ green 82 ◦ blue 220
Shades of Free Speech Magenta #D552DC
Tints of Free Speech Magenta #D552DC
RGB
CMYK
RGB Variations
Color information
#D552DC (or 0xD552DC) is known color: Free Speech Magenta. HEX triplet: D5, 52 and DC. RGB value is (213,82,220). Sum of RGB (Red+Green+Blue) = 213+82+220=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #D552DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552DC is #2AAD23. Grayscale: #888888. Windows color (decimal): -2796836 or 14439125. OLE color: 14439125.
HSL color Cylindrical-coordinate representation of color #D552DC: hue angle of 296.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D552DC is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 82 | 220 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.14 |
| HSL | 296.96º | 0.66% | 0.59% | - |
| HSV(B) | 296.96º | 0.63% | 0.86% | - |
| XYZ | 43.38 | 25.35 | 70.32 | - |
| YUV | 136.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 220 | 0.03 | 0.63 | 0 | 0.14 | 296.96 | 0.66 | 0.59 |
| Hex | D5 | 52 | DC | 3 | 3F | 0 | E | 129 | 42 | 3B |
| Octal | 325 | 122 | 334 | 3 | 77 | 0 | 16 | 451 | 102 | 73 |
| Binary | 11010101 | 1010010 | 11011100 | 11 | 111111 | 0 | 1110 | 100101001 | 1000010 | 111011 |
Color Harmonies of #D552DC
Complementary color
Monochromatic Colors of #D552DC
Black with #D552DC
Text Example
Text Example
White with #D552DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552DC; }
p { color: rgb(213,82,220); }
H1.HeaderClassName
{
color: #D552DC;
}
.AnyTagClassName
{
color: #D552DC;
}
</style>
background-color css
<style>
a { background-color: #D552DC; }
a { background-color: rgb(213,82,220); }
div.DivClassName
{
background-color: #D552DC;
}
.BgClassName
{
background-color: #D552DC;
}
</style>
border-color css
<style>
span { border-color: #D552DC; }
span { border-color: rgb(213,82,220); }
td.TdClassName
{
border-color: #D552DC;
}
.TagClassName
{
border-color: #D552DC;
}
</style>