Html Css Color HEX #D83CCC Free Speech Magenta
📋 copy color: '#D83CCC'red 216 ◦ green 60 ◦ blue 204
Shades of Free Speech Magenta #D83CCC
Tints of Free Speech Magenta #D83CCC
RGB
CMYK
RGB Variations
Color information
#D83CCC (or 0xD83CCC) is known color: Free Speech Magenta. HEX triplet: D8, 3C and CC. RGB value is (216,60,204). Sum of RGB (Red+Green+Blue) = 216+60+204=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CCC is #27C333. Grayscale: #7A7A7A. Windows color (decimal): -2605876 or 13384920. OLE color: 13384920.
HSL color Cylindrical-coordinate representation of color #D83CCC: hue angle of 304.62º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83CCC is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 204 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.15 |
| HSL | 304.62º | 0.67% | 0.54% | - |
| HSV(B) | 304.62º | 0.72% | 0.85% | - |
| XYZ | 40.83 | 22.19 | 59.26 | - |
| YUV | 123.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 204 | 0 | 0.72 | 0.06 | 0.15 | 304.62 | 0.67 | 0.54 |
| Hex | D8 | 3C | CC | 0 | 48 | 6 | F | 131 | 43 | 36 |
| Octal | 330 | 74 | 314 | 0 | 110 | 6 | 17 | 461 | 103 | 66 |
| Binary | 11011000 | 111100 | 11001100 | 0 | 1001000 | 110 | 1111 | 100110001 | 1000011 | 110110 |
Color Harmonies of #D83CCC
Complementary color
Monochromatic Colors of #D83CCC
Black with #D83CCC
Text Example
Text Example
White with #D83CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83CCC; }
p { color: rgb(216,60,204); }
H1.HeaderClassName
{
color: #D83CCC;
}
.AnyTagClassName
{
color: #D83CCC;
}
</style>
background-color css
<style>
a { background-color: #D83CCC; }
a { background-color: rgb(216,60,204); }
div.DivClassName
{
background-color: #D83CCC;
}
.BgClassName
{
background-color: #D83CCC;
}
</style>
border-color css
<style>
span { border-color: #D83CCC; }
span { border-color: rgb(216,60,204); }
td.TdClassName
{
border-color: #D83CCC;
}
.TagClassName
{
border-color: #D83CCC;
}
</style>