Html Css Color HEX #D84DC5 Free Speech Magenta
📋 copy color: '#D84DC5'red 216 ◦ green 77 ◦ blue 197
Shades of Free Speech Magenta #D84DC5
Tints of Free Speech Magenta #D84DC5
RGB
CMYK
RGB Variations
Color information
#D84DC5 (or 0xD84DC5) is known color: Free Speech Magenta. HEX triplet: D8, 4D and C5. RGB value is (216,77,197). Sum of RGB (Red+Green+Blue) = 216+77+197=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DC5 is #27B23A. Grayscale: #838383. Windows color (decimal): -2601531 or 12930520. OLE color: 12930520.
HSL color Cylindrical-coordinate representation of color #D84DC5: hue angle of 308.2º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D84DC5 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 197 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.15 |
| HSL | 308.2º | 0.64% | 0.57% | - |
| HSV(B) | 308.2º | 0.64% | 0.85% | - |
| XYZ | 41.05 | 23.94 | 55.28 | - |
| YUV | 132.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 197 | 0 | 0.64 | 0.09 | 0.15 | 308.2 | 0.64 | 0.57 |
| Hex | D8 | 4D | C5 | 0 | 40 | 9 | F | 134 | 40 | 39 |
| Octal | 330 | 115 | 305 | 0 | 100 | 11 | 17 | 464 | 100 | 71 |
| Binary | 11011000 | 1001101 | 11000101 | 0 | 1000000 | 1001 | 1111 | 100110100 | 1000000 | 111001 |
Color Harmonies of #D84DC5
Complementary color
Monochromatic Colors of #D84DC5
Black with #D84DC5
Text Example
Text Example
White with #D84DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DC5; }
p { color: rgb(216,77,197); }
H1.HeaderClassName
{
color: #D84DC5;
}
.AnyTagClassName
{
color: #D84DC5;
}
</style>
background-color css
<style>
a { background-color: #D84DC5; }
a { background-color: rgb(216,77,197); }
div.DivClassName
{
background-color: #D84DC5;
}
.BgClassName
{
background-color: #D84DC5;
}
</style>
border-color css
<style>
span { border-color: #D84DC5; }
span { border-color: rgb(216,77,197); }
td.TdClassName
{
border-color: #D84DC5;
}
.TagClassName
{
border-color: #D84DC5;
}
</style>