Html Css Color HEX #D852C5 Free Speech Magenta
📋 copy color: '#D852C5'red 216 ◦ green 82 ◦ blue 197
Shades of Free Speech Magenta #D852C5
Tints of Free Speech Magenta #D852C5
RGB
CMYK
RGB Variations
Color information
#D852C5 (or 0xD852C5) is known color: Free Speech Magenta. HEX triplet: D8, 52 and C5. RGB value is (216,82,197). Sum of RGB (Red+Green+Blue) = 216+82+197=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D852C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D852C5 is #27AD3A. Grayscale: #868686. Windows color (decimal): -2600251 or 12931800. OLE color: 12931800.
HSL color Cylindrical-coordinate representation of color #D852C5: hue angle of 308.51º 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 #D852C5 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 197 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.15 |
| HSL | 308.51º | 0.63% | 0.58% | - |
| HSV(B) | 308.51º | 0.62% | 0.85% | - |
| XYZ | 41.41 | 24.66 | 55.4 | - |
| YUV | 135.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 197 | 0 | 0.62 | 0.09 | 0.15 | 308.51 | 0.63 | 0.58 |
| Hex | D8 | 52 | C5 | 0 | 3E | 9 | F | 135 | 3F | 3A |
| Octal | 330 | 122 | 305 | 0 | 76 | 11 | 17 | 465 | 77 | 72 |
| Binary | 11011000 | 1010010 | 11000101 | 0 | 111110 | 1001 | 1111 | 100110101 | 111111 | 111010 |
Color Harmonies of #D852C5
Complementary color
Monochromatic Colors of #D852C5
Black with #D852C5
Text Example
Text Example
White with #D852C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852C5; }
p { color: rgb(216,82,197); }
H1.HeaderClassName
{
color: #D852C5;
}
.AnyTagClassName
{
color: #D852C5;
}
</style>
background-color css
<style>
a { background-color: #D852C5; }
a { background-color: rgb(216,82,197); }
div.DivClassName
{
background-color: #D852C5;
}
.BgClassName
{
background-color: #D852C5;
}
</style>
border-color css
<style>
span { border-color: #D852C5; }
span { border-color: rgb(216,82,197); }
td.TdClassName
{
border-color: #D852C5;
}
.TagClassName
{
border-color: #D852C5;
}
</style>