Html Css Color HEX #DD30DF Free Speech Magenta
📋 copy color: '#DD30DF'red 221 ◦ green 48 ◦ blue 223
Shades of Free Speech Magenta #DD30DF
Tints of Free Speech Magenta #DD30DF
RGB
CMYK
RGB Variations
Color information
#DD30DF (or 0xDD30DF) is known color: Free Speech Magenta. HEX triplet: DD, 30 and DF. RGB value is (221,48,223). Sum of RGB (Red+Green+Blue) = 221+48+223=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30DF is #22CF20. Grayscale: #777777. Windows color (decimal): -2281249 or 14627037. OLE color: 14627037.
HSL color Cylindrical-coordinate representation of color #DD30DF: hue angle of 299.31º 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 #DD30DF is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 223 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.13 |
| HSL | 299.31º | 0.73% | 0.53% | - |
| HSV(B) | 299.31º | 0.78% | 0.87% | - |
| XYZ | 44.2 | 22.81 | 71.89 | - |
| YUV | 119.68 | 186.31 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 223 | 0.01 | 0.78 | 0 | 0.13 | 299.31 | 0.73 | 0.53 |
| Hex | DD | 30 | DF | 1 | 4E | 0 | D | 12B | 49 | 35 |
| Octal | 335 | 60 | 337 | 1 | 116 | 0 | 15 | 453 | 111 | 65 |
| Binary | 11011101 | 110000 | 11011111 | 1 | 1001110 | 0 | 1101 | 100101011 | 1001001 | 110101 |
Color Harmonies of #DD30DF
Complementary color
Monochromatic Colors of #DD30DF
Black with #DD30DF
Text Example
Text Example
White with #DD30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD30DF; }
p { color: rgb(221,48,223); }
H1.HeaderClassName
{
color: #DD30DF;
}
.AnyTagClassName
{
color: #DD30DF;
}
</style>
background-color css
<style>
a { background-color: #DD30DF; }
a { background-color: rgb(221,48,223); }
div.DivClassName
{
background-color: #DD30DF;
}
.BgClassName
{
background-color: #DD30DF;
}
</style>
border-color css
<style>
span { border-color: #DD30DF; }
span { border-color: rgb(221,48,223); }
td.TdClassName
{
border-color: #DD30DF;
}
.TagClassName
{
border-color: #DD30DF;
}
</style>