Html Css Color HEX #D84DD5 Free Speech Magenta
📋 copy color: '#D84DD5'red 216 ◦ green 77 ◦ blue 213
Shades of Free Speech Magenta #D84DD5
Tints of Free Speech Magenta #D84DD5
RGB
CMYK
RGB Variations
Color information
#D84DD5 (or 0xD84DD5) is known color: Free Speech Magenta. HEX triplet: D8, 4D and D5. RGB value is (216,77,213). Sum of RGB (Red+Green+Blue) = 216+77+213=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DD5 is #27B22A. Grayscale: #858585. Windows color (decimal): -2601515 or 13979096. OLE color: 13979096.
HSL color Cylindrical-coordinate representation of color #D84DD5: hue angle of 301.29º 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 #D84DD5 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 77 | 213 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.15 |
| HSL | 301.3º | 0.64% | 0.57% | - |
| HSV(B) | 301.3º | 0.64% | 0.85% | - |
| XYZ | 42.98 | 24.71 | 65.45 | - |
| YUV | 134.07 | 172.55 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 213 | 0 | 0.64 | 0.01 | 0.15 | 301.3 | 0.64 | 0.57 |
| Hex | D8 | 4D | D5 | 0 | 40 | 1 | F | 12D | 40 | 39 |
| Octal | 330 | 115 | 325 | 0 | 100 | 1 | 17 | 455 | 100 | 71 |
| Binary | 11011000 | 1001101 | 11010101 | 0 | 1000000 | 1 | 1111 | 100101101 | 1000000 | 111001 |
Color Harmonies of #D84DD5
Complementary color
Monochromatic Colors of #D84DD5
Black with #D84DD5
Text Example
Text Example
White with #D84DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DD5; }
p { color: rgb(216,77,213); }
H1.HeaderClassName
{
color: #D84DD5;
}
.AnyTagClassName
{
color: #D84DD5;
}
</style>
background-color css
<style>
a { background-color: #D84DD5; }
a { background-color: rgb(216,77,213); }
div.DivClassName
{
background-color: #D84DD5;
}
.BgClassName
{
background-color: #D84DD5;
}
</style>
border-color css
<style>
span { border-color: #D84DD5; }
span { border-color: rgb(216,77,213); }
td.TdClassName
{
border-color: #D84DD5;
}
.TagClassName
{
border-color: #D84DD5;
}
</style>