Html Css Color HEX #D852D9 Free Speech Magenta
📋 copy color: '#D852D9'red 216 ◦ green 82 ◦ blue 217
Shades of Free Speech Magenta #D852D9
Tints of Free Speech Magenta #D852D9
RGB
CMYK
RGB Variations
Color information
#D852D9 (or 0xD852D9) is known color: Free Speech Magenta. HEX triplet: D8, 52 and D9. RGB value is (216,82,217). Sum of RGB (Red+Green+Blue) = 216+82+217=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #D852D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D852D9 is #27AD26. Grayscale: #898989. Windows color (decimal): -2600231 or 14242520. OLE color: 14242520.
HSL color Cylindrical-coordinate representation of color #D852D9: hue angle of 299.56º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D852D9 is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 217 | - |
| CMYK | 0.00 | 0.62 | 0 | 0.15 |
| HSL | 299.56º | 0.64% | 0.59% | - |
| HSV(B) | 299.56º | 0.62% | 0.85% | - |
| XYZ | 43.86 | 25.64 | 68.28 | - |
| YUV | 137.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 217 | 0.00 | 0.62 | 0 | 0.15 | 299.56 | 0.64 | 0.59 |
| Hex | D8 | 52 | D9 | 0 | 3E | 0 | F | 12C | 40 | 3B |
| Octal | 330 | 122 | 331 | 0 | 76 | 0 | 17 | 454 | 100 | 73 |
| Binary | 11011000 | 1010010 | 11011001 | 0 | 111110 | 0 | 1111 | 100101100 | 1000000 | 111011 |
Color Harmonies of #D852D9
Complementary color
Monochromatic Colors of #D852D9
Black with #D852D9
Text Example
Text Example
White with #D852D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852D9; }
p { color: rgb(216,82,217); }
H1.HeaderClassName
{
color: #D852D9;
}
.AnyTagClassName
{
color: #D852D9;
}
</style>
background-color css
<style>
a { background-color: #D852D9; }
a { background-color: rgb(216,82,217); }
div.DivClassName
{
background-color: #D852D9;
}
.BgClassName
{
background-color: #D852D9;
}
</style>
border-color css
<style>
span { border-color: #D852D9; }
span { border-color: rgb(216,82,217); }
td.TdClassName
{
border-color: #D852D9;
}
.TagClassName
{
border-color: #D852D9;
}
</style>