Html Css Color HEX #D830DF Free Speech Magenta
📋 copy color: '#D830DF'red 216 ◦ green 48 ◦ blue 223
Shades of Free Speech Magenta #D830DF
Tints of Free Speech Magenta #D830DF
RGB
CMYK
RGB Variations
Color information
#D830DF (or 0xD830DF) is known color: Free Speech Magenta. HEX triplet: D8, 30 and DF. RGB value is (216,48,223). Sum of RGB (Red+Green+Blue) = 216+48+223=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #D830DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830DF is #27CF20. Grayscale: #757575. Windows color (decimal): -2608929 or 14627032. OLE color: 14627032.
HSL color Cylindrical-coordinate representation of color #D830DF: hue angle of 297.6º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D830DF is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 48 | 223 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.13 |
| HSL | 297.6º | 0.73% | 0.53% | - |
| HSV(B) | 297.6º | 0.78% | 0.87% | - |
| XYZ | 42.7 | 22.04 | 71.82 | - |
| YUV | 118.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 223 | 0.03 | 0.78 | 0 | 0.13 | 297.6 | 0.73 | 0.53 |
| Hex | D8 | 30 | DF | 3 | 4E | 0 | D | 12A | 49 | 35 |
| Octal | 330 | 60 | 337 | 3 | 116 | 0 | 15 | 452 | 111 | 65 |
| Binary | 11011000 | 110000 | 11011111 | 11 | 1001110 | 0 | 1101 | 100101010 | 1001001 | 110101 |
Color Harmonies of #D830DF
Complementary color
Monochromatic Colors of #D830DF
Black with #D830DF
Text Example
Text Example
White with #D830DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D830DF; }
p { color: rgb(216,48,223); }
H1.HeaderClassName
{
color: #D830DF;
}
.AnyTagClassName
{
color: #D830DF;
}
</style>
background-color css
<style>
a { background-color: #D830DF; }
a { background-color: rgb(216,48,223); }
div.DivClassName
{
background-color: #D830DF;
}
.BgClassName
{
background-color: #D830DF;
}
</style>
border-color css
<style>
span { border-color: #D830DF; }
span { border-color: rgb(216,48,223); }
td.TdClassName
{
border-color: #D830DF;
}
.TagClassName
{
border-color: #D830DF;
}
</style>