Html Css Color HEX #D84CCE Free Speech Magenta
📋 copy color: '#D84CCE'red 216 ◦ green 76 ◦ blue 206
Shades of Free Speech Magenta #D84CCE
Tints of Free Speech Magenta #D84CCE
RGB
CMYK
RGB Variations
Color information
#D84CCE (or 0xD84CCE) is known color: Free Speech Magenta. HEX triplet: D8, 4C and CE. RGB value is (216,76,206). Sum of RGB (Red+Green+Blue) = 216+76+206=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CCE is #27B331. Grayscale: #848484. Windows color (decimal): -2601778 or 13520088. OLE color: 13520088.
HSL color Cylindrical-coordinate representation of color #D84CCE: hue angle of 304.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84CCE is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 206 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.15 |
| HSL | 304.29º | 0.64% | 0.57% | - |
| HSV(B) | 304.29º | 0.65% | 0.85% | - |
| XYZ | 42.04 | 24.22 | 60.85 | - |
| YUV | 132.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 206 | 0 | 0.65 | 0.05 | 0.15 | 304.29 | 0.64 | 0.57 |
| Hex | D8 | 4C | CE | 0 | 41 | 5 | F | 130 | 40 | 39 |
| Octal | 330 | 114 | 316 | 0 | 101 | 5 | 17 | 460 | 100 | 71 |
| Binary | 11011000 | 1001100 | 11001110 | 0 | 1000001 | 101 | 1111 | 100110000 | 1000000 | 111001 |
Color Harmonies of #D84CCE
Complementary color
Monochromatic Colors of #D84CCE
Black with #D84CCE
Text Example
Text Example
White with #D84CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84CCE; }
p { color: rgb(216,76,206); }
H1.HeaderClassName
{
color: #D84CCE;
}
.AnyTagClassName
{
color: #D84CCE;
}
</style>
background-color css
<style>
a { background-color: #D84CCE; }
a { background-color: rgb(216,76,206); }
div.DivClassName
{
background-color: #D84CCE;
}
.BgClassName
{
background-color: #D84CCE;
}
</style>
border-color css
<style>
span { border-color: #D84CCE; }
span { border-color: rgb(216,76,206); }
td.TdClassName
{
border-color: #D84CCE;
}
.TagClassName
{
border-color: #D84CCE;
}
</style>