Html Css Color HEX #D853C6 Free Speech Magenta
📋 copy color: '#D853C6'red 216 ◦ green 83 ◦ blue 198
Shades of Free Speech Magenta #D853C6
Tints of Free Speech Magenta #D853C6
RGB
CMYK
RGB Variations
Color information
#D853C6 (or 0xD853C6) is known color: Free Speech Magenta. HEX triplet: D8, 53 and C6. RGB value is (216,83,198). Sum of RGB (Red+Green+Blue) = 216+83+198=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D853C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853C6 is #27AC39. Grayscale: #878787. Windows color (decimal): -2599994 or 12997592. OLE color: 12997592.
HSL color Cylindrical-coordinate representation of color #D853C6: hue angle of 308.12º degrees, saturation: 0.63, 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 #D853C6 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 198 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.15 |
| HSL | 308.12º | 0.63% | 0.59% | - |
| HSV(B) | 308.12º | 0.62% | 0.85% | - |
| XYZ | 41.61 | 24.86 | 56.03 | - |
| YUV | 135.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 198 | 0 | 0.62 | 0.08 | 0.15 | 308.12 | 0.63 | 0.59 |
| Hex | D8 | 53 | C6 | 0 | 3E | 8 | F | 134 | 3F | 3B |
| Octal | 330 | 123 | 306 | 0 | 76 | 10 | 17 | 464 | 77 | 73 |
| Binary | 11011000 | 1010011 | 11000110 | 0 | 111110 | 1000 | 1111 | 100110100 | 111111 | 111011 |
Color Harmonies of #D853C6
Complementary color
Monochromatic Colors of #D853C6
Black with #D853C6
Text Example
Text Example
White with #D853C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853C6; }
p { color: rgb(216,83,198); }
H1.HeaderClassName
{
color: #D853C6;
}
.AnyTagClassName
{
color: #D853C6;
}
</style>
background-color css
<style>
a { background-color: #D853C6; }
a { background-color: rgb(216,83,198); }
div.DivClassName
{
background-color: #D853C6;
}
.BgClassName
{
background-color: #D853C6;
}
</style>
border-color css
<style>
span { border-color: #D853C6; }
span { border-color: rgb(216,83,198); }
td.TdClassName
{
border-color: #D853C6;
}
.TagClassName
{
border-color: #D853C6;
}
</style>