Html Css Color HEX #D852C9 Free Speech Magenta
📋 copy color: '#D852C9'red 216 ◦ green 82 ◦ blue 201
Shades of Free Speech Magenta #D852C9
Tints of Free Speech Magenta #D852C9
RGB
CMYK
RGB Variations
Color information
#D852C9 (or 0xD852C9) is known color: Free Speech Magenta. HEX triplet: D8, 52 and C9. RGB value is (216,82,201). Sum of RGB (Red+Green+Blue) = 216+82+201=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D852C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D852C9 is #27AD36. Grayscale: #878787. Windows color (decimal): -2600247 or 13193944. OLE color: 13193944.
HSL color Cylindrical-coordinate representation of color #D852C9: hue angle of 306.72º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D852C9 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 201 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.15 |
| HSL | 306.72º | 0.63% | 0.58% | - |
| HSV(B) | 306.72º | 0.62% | 0.85% | - |
| XYZ | 41.88 | 24.85 | 57.85 | - |
| YUV | 135.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 201 | 0 | 0.62 | 0.07 | 0.15 | 306.72 | 0.63 | 0.58 |
| Hex | D8 | 52 | C9 | 0 | 3E | 7 | F | 133 | 3F | 3A |
| Octal | 330 | 122 | 311 | 0 | 76 | 7 | 17 | 463 | 77 | 72 |
| Binary | 11011000 | 1010010 | 11001001 | 0 | 111110 | 111 | 1111 | 100110011 | 111111 | 111010 |
Color Harmonies of #D852C9
Complementary color
Monochromatic Colors of #D852C9
Black with #D852C9
Text Example
Text Example
White with #D852C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852C9; }
p { color: rgb(216,82,201); }
H1.HeaderClassName
{
color: #D852C9;
}
.AnyTagClassName
{
color: #D852C9;
}
</style>
background-color css
<style>
a { background-color: #D852C9; }
a { background-color: rgb(216,82,201); }
div.DivClassName
{
background-color: #D852C9;
}
.BgClassName
{
background-color: #D852C9;
}
</style>
border-color css
<style>
span { border-color: #D852C9; }
span { border-color: rgb(216,82,201); }
td.TdClassName
{
border-color: #D852C9;
}
.TagClassName
{
border-color: #D852C9;
}
</style>