Html Css Color HEX #D84ADC Free Speech Magenta
📋 copy color: '#D84ADC'red 216 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #D84ADC
Tints of Free Speech Magenta #D84ADC
RGB
CMYK
RGB Variations
Color information
#D84ADC (or 0xD84ADC) is known color: Free Speech Magenta. HEX triplet: D8, 4A and DC. RGB value is (216,74,220). Sum of RGB (Red+Green+Blue) = 216+74+220=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #D84ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84ADC is #27B523. Grayscale: #848484. Windows color (decimal): -2602276 or 14437080. OLE color: 14437080.
HSL color Cylindrical-coordinate representation of color #D84ADC: hue angle of 298.36º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84ADC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 74 | 220 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.14 |
| HSL | 298.36º | 0.68% | 0.58% | - |
| HSV(B) | 298.36º | 0.66% | 0.86% | - |
| XYZ | 43.69 | 24.66 | 70.17 | - |
| YUV | 133.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 220 | 0.02 | 0.66 | 0 | 0.14 | 298.36 | 0.68 | 0.58 |
| Hex | D8 | 4A | DC | 2 | 42 | 0 | E | 12A | 44 | 3A |
| Octal | 330 | 112 | 334 | 2 | 102 | 0 | 16 | 452 | 104 | 72 |
| Binary | 11011000 | 1001010 | 11011100 | 10 | 1000010 | 0 | 1110 | 100101010 | 1000100 | 111010 |
Color Harmonies of #D84ADC
Complementary color
Monochromatic Colors of #D84ADC
Black with #D84ADC
Text Example
Text Example
White with #D84ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84ADC; }
p { color: rgb(216,74,220); }
H1.HeaderClassName
{
color: #D84ADC;
}
.AnyTagClassName
{
color: #D84ADC;
}
</style>
background-color css
<style>
a { background-color: #D84ADC; }
a { background-color: rgb(216,74,220); }
div.DivClassName
{
background-color: #D84ADC;
}
.BgClassName
{
background-color: #D84ADC;
}
</style>
border-color css
<style>
span { border-color: #D84ADC; }
span { border-color: rgb(216,74,220); }
td.TdClassName
{
border-color: #D84ADC;
}
.TagClassName
{
border-color: #D84ADC;
}
</style>