Html Css Color HEX #D84BDF Free Speech Magenta
📋 copy color: '#D84BDF'red 216 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #D84BDF
Tints of Free Speech Magenta #D84BDF
RGB
CMYK
RGB Variations
Color information
#D84BDF (or 0xD84BDF) is known color: Free Speech Magenta. HEX triplet: D8, 4B and DF. RGB value is (216,75,223). Sum of RGB (Red+Green+Blue) = 216+75+223=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #D84BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84BDF is #27B420. Grayscale: #858585. Windows color (decimal): -2602017 or 14633944. OLE color: 14633944.
HSL color Cylindrical-coordinate representation of color #D84BDF: hue angle of 297.16º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84BDF is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 75 | 223 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.13 |
| HSL | 297.16º | 0.7% | 0.58% | - |
| HSV(B) | 297.16º | 0.66% | 0.87% | - |
| XYZ | 44.15 | 24.96 | 72.3 | - |
| YUV | 134.03 | 178.21 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 223 | 0.03 | 0.66 | 0 | 0.13 | 297.16 | 0.7 | 0.58 |
| Hex | D8 | 4B | DF | 3 | 42 | 0 | D | 129 | 46 | 3A |
| Octal | 330 | 113 | 337 | 3 | 102 | 0 | 15 | 451 | 106 | 72 |
| Binary | 11011000 | 1001011 | 11011111 | 11 | 1000010 | 0 | 1101 | 100101001 | 1000110 | 111010 |
Color Harmonies of #D84BDF
Complementary color
Monochromatic Colors of #D84BDF
Black with #D84BDF
Text Example
Text Example
White with #D84BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84BDF; }
p { color: rgb(216,75,223); }
H1.HeaderClassName
{
color: #D84BDF;
}
.AnyTagClassName
{
color: #D84BDF;
}
</style>
background-color css
<style>
a { background-color: #D84BDF; }
a { background-color: rgb(216,75,223); }
div.DivClassName
{
background-color: #D84BDF;
}
.BgClassName
{
background-color: #D84BDF;
}
</style>
border-color css
<style>
span { border-color: #D84BDF; }
span { border-color: rgb(216,75,223); }
td.TdClassName
{
border-color: #D84BDF;
}
.TagClassName
{
border-color: #D84BDF;
}
</style>