Html Css Color HEX #D84DD4 Free Speech Magenta
📋 copy color: '#D84DD4'red 216 ◦ green 77 ◦ blue 212
Shades of Free Speech Magenta #D84DD4
Tints of Free Speech Magenta #D84DD4
RGB
CMYK
RGB Variations
Color information
#D84DD4 (or 0xD84DD4) is known color: Free Speech Magenta. HEX triplet: D8, 4D and D4. RGB value is (216,77,212). Sum of RGB (Red+Green+Blue) = 216+77+212=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DD4 is #27B22B. Grayscale: #858585. Windows color (decimal): -2601516 or 13913560. OLE color: 13913560.
HSL color Cylindrical-coordinate representation of color #D84DD4: hue angle of 301.73º 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 #D84DD4 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 212 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.15 |
| HSL | 301.73º | 0.64% | 0.57% | - |
| HSV(B) | 301.73º | 0.64% | 0.85% | - |
| XYZ | 42.86 | 24.66 | 64.79 | - |
| YUV | 133.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 212 | 0 | 0.64 | 0.02 | 0.15 | 301.73 | 0.64 | 0.57 |
| Hex | D8 | 4D | D4 | 0 | 40 | 2 | F | 12E | 40 | 39 |
| Octal | 330 | 115 | 324 | 0 | 100 | 2 | 17 | 456 | 100 | 71 |
| Binary | 11011000 | 1001101 | 11010100 | 0 | 1000000 | 10 | 1111 | 100101110 | 1000000 | 111001 |
Color Harmonies of #D84DD4
Complementary color
Monochromatic Colors of #D84DD4
Black with #D84DD4
Text Example
Text Example
White with #D84DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DD4; }
p { color: rgb(216,77,212); }
H1.HeaderClassName
{
color: #D84DD4;
}
.AnyTagClassName
{
color: #D84DD4;
}
</style>
background-color css
<style>
a { background-color: #D84DD4; }
a { background-color: rgb(216,77,212); }
div.DivClassName
{
background-color: #D84DD4;
}
.BgClassName
{
background-color: #D84DD4;
}
</style>
border-color css
<style>
span { border-color: #D84DD4; }
span { border-color: rgb(216,77,212); }
td.TdClassName
{
border-color: #D84DD4;
}
.TagClassName
{
border-color: #D84DD4;
}
</style>