Html Css Color HEX #D83BCC Free Speech Magenta
📋 copy color: '#D83BCC'red 216 ◦ green 59 ◦ blue 204
Shades of Free Speech Magenta #D83BCC
Tints of Free Speech Magenta #D83BCC
RGB
CMYK
RGB Variations
Color information
#D83BCC (or 0xD83BCC) is known color: Free Speech Magenta. HEX triplet: D8, 3B and CC. RGB value is (216,59,204). Sum of RGB (Red+Green+Blue) = 216+59+204=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D83BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83BCC is #27C433. Grayscale: #7A7A7A. Windows color (decimal): -2606132 or 13384664. OLE color: 13384664.
HSL color Cylindrical-coordinate representation of color #D83BCC: hue angle of 304.59º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83BCC is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 204 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.15 |
| HSL | 304.59º | 0.67% | 0.54% | - |
| HSV(B) | 304.59º | 0.73% | 0.85% | - |
| XYZ | 40.78 | 22.09 | 59.24 | - |
| YUV | 122.47 | 174.01 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 204 | 0 | 0.73 | 0.06 | 0.15 | 304.59 | 0.67 | 0.54 |
| Hex | D8 | 3B | CC | 0 | 49 | 6 | F | 131 | 43 | 36 |
| Octal | 330 | 73 | 314 | 0 | 111 | 6 | 17 | 461 | 103 | 66 |
| Binary | 11011000 | 111011 | 11001100 | 0 | 1001001 | 110 | 1111 | 100110001 | 1000011 | 110110 |
Color Harmonies of #D83BCC
Complementary color
Monochromatic Colors of #D83BCC
Black with #D83BCC
Text Example
Text Example
White with #D83BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83BCC; }
p { color: rgb(216,59,204); }
H1.HeaderClassName
{
color: #D83BCC;
}
.AnyTagClassName
{
color: #D83BCC;
}
</style>
background-color css
<style>
a { background-color: #D83BCC; }
a { background-color: rgb(216,59,204); }
div.DivClassName
{
background-color: #D83BCC;
}
.BgClassName
{
background-color: #D83BCC;
}
</style>
border-color css
<style>
span { border-color: #D83BCC; }
span { border-color: rgb(216,59,204); }
td.TdClassName
{
border-color: #D83BCC;
}
.TagClassName
{
border-color: #D83BCC;
}
</style>