Html Css Color HEX #D83CCE Free Speech Magenta
📋 copy color: '#D83CCE'red 216 ◦ green 60 ◦ blue 206
Shades of Free Speech Magenta #D83CCE
Tints of Free Speech Magenta #D83CCE
RGB
CMYK
RGB Variations
Color information
#D83CCE (or 0xD83CCE) is known color: Free Speech Magenta. HEX triplet: D8, 3C and CE. RGB value is (216,60,206). Sum of RGB (Red+Green+Blue) = 216+60+206=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D83CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83CCE is #27C331. Grayscale: #7A7A7A. Windows color (decimal): -2605874 or 13515992. OLE color: 13515992.
HSL color Cylindrical-coordinate representation of color #D83CCE: hue angle of 303.85º 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 #D83CCE is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 206 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.15 |
| HSL | 303.85º | 0.67% | 0.54% | - |
| HSV(B) | 303.85º | 0.72% | 0.85% | - |
| XYZ | 41.08 | 22.29 | 60.53 | - |
| YUV | 123.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 206 | 0 | 0.72 | 0.05 | 0.15 | 303.85 | 0.67 | 0.54 |
| Hex | D8 | 3C | CE | 0 | 48 | 5 | F | 130 | 43 | 36 |
| Octal | 330 | 74 | 316 | 0 | 110 | 5 | 17 | 460 | 103 | 66 |
| Binary | 11011000 | 111100 | 11001110 | 0 | 1001000 | 101 | 1111 | 100110000 | 1000011 | 110110 |
Color Harmonies of #D83CCE
Complementary color
Monochromatic Colors of #D83CCE
Black with #D83CCE
Text Example
Text Example
White with #D83CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83CCE; }
p { color: rgb(216,60,206); }
H1.HeaderClassName
{
color: #D83CCE;
}
.AnyTagClassName
{
color: #D83CCE;
}
</style>
background-color css
<style>
a { background-color: #D83CCE; }
a { background-color: rgb(216,60,206); }
div.DivClassName
{
background-color: #D83CCE;
}
.BgClassName
{
background-color: #D83CCE;
}
</style>
border-color css
<style>
span { border-color: #D83CCE; }
span { border-color: rgb(216,60,206); }
td.TdClassName
{
border-color: #D83CCE;
}
.TagClassName
{
border-color: #D83CCE;
}
</style>