Html Css Color HEX #D83FDF Free Speech Magenta
📋 copy color: '#D83FDF'red 216 ◦ green 63 ◦ blue 223
Shades of Free Speech Magenta #D83FDF
Tints of Free Speech Magenta #D83FDF
RGB
CMYK
RGB Variations
Color information
#D83FDF (or 0xD83FDF) is known color: Free Speech Magenta. HEX triplet: D8, 3F and DF. RGB value is (216,63,223). Sum of RGB (Red+Green+Blue) = 216+63+223=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #D83FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83FDF is #27C020. Grayscale: #7E7E7E. Windows color (decimal): -2605089 or 14630872. OLE color: 14630872.
HSL color Cylindrical-coordinate representation of color #D83FDF: hue angle of 297.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83FDF is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 63 | 223 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.13 |
| HSL | 297.38º | 0.71% | 0.56% | - |
| HSV(B) | 297.38º | 0.72% | 0.87% | - |
| XYZ | 43.42 | 23.48 | 72.06 | - |
| YUV | 126.99 | 182.19 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 223 | 0.03 | 0.72 | 0 | 0.13 | 297.38 | 0.71 | 0.56 |
| Hex | D8 | 3F | DF | 3 | 48 | 0 | D | 129 | 47 | 38 |
| Octal | 330 | 77 | 337 | 3 | 110 | 0 | 15 | 451 | 107 | 70 |
| Binary | 11011000 | 111111 | 11011111 | 11 | 1001000 | 0 | 1101 | 100101001 | 1000111 | 111000 |
Color Harmonies of #D83FDF
Complementary color
Monochromatic Colors of #D83FDF
Black with #D83FDF
Text Example
Text Example
White with #D83FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83FDF; }
p { color: rgb(216,63,223); }
H1.HeaderClassName
{
color: #D83FDF;
}
.AnyTagClassName
{
color: #D83FDF;
}
</style>
background-color css
<style>
a { background-color: #D83FDF; }
a { background-color: rgb(216,63,223); }
div.DivClassName
{
background-color: #D83FDF;
}
.BgClassName
{
background-color: #D83FDF;
}
</style>
border-color css
<style>
span { border-color: #D83FDF; }
span { border-color: rgb(216,63,223); }
td.TdClassName
{
border-color: #D83FDF;
}
.TagClassName
{
border-color: #D83FDF;
}
</style>