Html Css Color HEX #D84EC4 Free Speech Magenta
📋 copy color: '#D84EC4'red 216 ◦ green 78 ◦ blue 196
Shades of Free Speech Magenta #D84EC4
Tints of Free Speech Magenta #D84EC4
RGB
CMYK
RGB Variations
Color information
#D84EC4 (or 0xD84EC4) is known color: Free Speech Magenta. HEX triplet: D8, 4E and C4. RGB value is (216,78,196). Sum of RGB (Red+Green+Blue) = 216+78+196=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D84EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84EC4 is #27B13B. Grayscale: #848484. Windows color (decimal): -2601276 or 12865240. OLE color: 12865240.
HSL color Cylindrical-coordinate representation of color #D84EC4: hue angle of 308.7º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84EC4 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 78 | 196 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.15 |
| HSL | 308.7º | 0.64% | 0.58% | - |
| HSV(B) | 308.7º | 0.64% | 0.85% | - |
| XYZ | 41.01 | 24.03 | 54.7 | - |
| YUV | 132.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 78 | 196 | 0 | 0.64 | 0.09 | 0.15 | 308.7 | 0.64 | 0.58 |
| Hex | D8 | 4E | C4 | 0 | 40 | 9 | F | 135 | 40 | 3A |
| Octal | 330 | 116 | 304 | 0 | 100 | 11 | 17 | 465 | 100 | 72 |
| Binary | 11011000 | 1001110 | 11000100 | 0 | 1000000 | 1001 | 1111 | 100110101 | 1000000 | 111010 |
Color Harmonies of #D84EC4
Complementary color
Monochromatic Colors of #D84EC4
Black with #D84EC4
Text Example
Text Example
White with #D84EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84EC4; }
p { color: rgb(216,78,196); }
H1.HeaderClassName
{
color: #D84EC4;
}
.AnyTagClassName
{
color: #D84EC4;
}
</style>
background-color css
<style>
a { background-color: #D84EC4; }
a { background-color: rgb(216,78,196); }
div.DivClassName
{
background-color: #D84EC4;
}
.BgClassName
{
background-color: #D84EC4;
}
</style>
border-color css
<style>
span { border-color: #D84EC4; }
span { border-color: rgb(216,78,196); }
td.TdClassName
{
border-color: #D84EC4;
}
.TagClassName
{
border-color: #D84EC4;
}
</style>