Html Css Color HEX #D852C3 Free Speech Magenta
📋 copy color: '#D852C3'red 216 ◦ green 82 ◦ blue 195
Shades of Free Speech Magenta #D852C3
Tints of Free Speech Magenta #D852C3
RGB
CMYK
RGB Variations
Color information
#D852C3 (or 0xD852C3) is known color: Free Speech Magenta. HEX triplet: D8, 52 and C3. RGB value is (216,82,195). Sum of RGB (Red+Green+Blue) = 216+82+195=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D852C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D852C3 is #27AD3C. Grayscale: #868686. Windows color (decimal): -2600253 or 12800728. OLE color: 12800728.
HSL color Cylindrical-coordinate representation of color #D852C3: hue angle of 309.4º 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 #D852C3 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 195 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.15 |
| HSL | 309.4º | 0.63% | 0.58% | - |
| HSV(B) | 309.4º | 0.62% | 0.85% | - |
| XYZ | 41.19 | 24.57 | 54.2 | - |
| YUV | 134.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 195 | 0 | 0.62 | 0.10 | 0.15 | 309.4 | 0.63 | 0.58 |
| Hex | D8 | 52 | C3 | 0 | 3E | A | F | 135 | 3F | 3A |
| Octal | 330 | 122 | 303 | 0 | 76 | 12 | 17 | 465 | 77 | 72 |
| Binary | 11011000 | 1010010 | 11000011 | 0 | 111110 | 1010 | 1111 | 100110101 | 111111 | 111010 |
Color Harmonies of #D852C3
Complementary color
Monochromatic Colors of #D852C3
Black with #D852C3
Text Example
Text Example
White with #D852C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852C3; }
p { color: rgb(216,82,195); }
H1.HeaderClassName
{
color: #D852C3;
}
.AnyTagClassName
{
color: #D852C3;
}
</style>
background-color css
<style>
a { background-color: #D852C3; }
a { background-color: rgb(216,82,195); }
div.DivClassName
{
background-color: #D852C3;
}
.BgClassName
{
background-color: #D852C3;
}
</style>
border-color css
<style>
span { border-color: #D852C3; }
span { border-color: rgb(216,82,195); }
td.TdClassName
{
border-color: #D852C3;
}
.TagClassName
{
border-color: #D852C3;
}
</style>