Html Css Color HEX #D84CED Free Speech Magenta
📋 copy color: '#D84CED'red 216 ◦ green 76 ◦ blue 237
Shades of Free Speech Magenta #D84CED
Tints of Free Speech Magenta #D84CED
RGB
CMYK
RGB Variations
Color information
#D84CED (or 0xD84CED) is known color: Free Speech Magenta. HEX triplet: D8, 4C and ED. RGB value is (216,76,237). Sum of RGB (Red+Green+Blue) = 216+76+237=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #D84CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D84CED is #27B312. Grayscale: #878787. Windows color (decimal): -2601747 or 15551704. OLE color: 15551704.
HSL color Cylindrical-coordinate representation of color #D84CED: hue angle of 292.17º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84CED is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 76 | 237 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.07 |
| HSL | 292.17º | 0.82% | 0.61% | - |
| HSV(B) | 292.17º | 0.68% | 0.93% | - |
| XYZ | 46.19 | 25.88 | 82.68 | - |
| YUV | 136.21 | 184.88 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 237 | 0.09 | 0.68 | 0 | 0.07 | 292.17 | 0.82 | 0.61 |
| Hex | D8 | 4C | ED | 9 | 44 | 0 | 7 | 124 | 52 | 3D |
| Octal | 330 | 114 | 355 | 11 | 104 | 0 | 7 | 444 | 122 | 75 |
| Binary | 11011000 | 1001100 | 11101101 | 1001 | 1000100 | 0 | 111 | 100100100 | 1010010 | 111101 |
Color Harmonies of #D84CED
Complementary color
Monochromatic Colors of #D84CED
Black with #D84CED
Text Example
Text Example
White with #D84CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84CED; }
p { color: rgb(216,76,237); }
H1.HeaderClassName
{
color: #D84CED;
}
.AnyTagClassName
{
color: #D84CED;
}
</style>
background-color css
<style>
a { background-color: #D84CED; }
a { background-color: rgb(216,76,237); }
div.DivClassName
{
background-color: #D84CED;
}
.BgClassName
{
background-color: #D84CED;
}
</style>
border-color css
<style>
span { border-color: #D84CED; }
span { border-color: rgb(216,76,237); }
td.TdClassName
{
border-color: #D84CED;
}
.TagClassName
{
border-color: #D84CED;
}
</style>