Html Css Color HEX #DD40FA Free Speech Magenta
📋 copy color: '#DD40FA'red 221 ◦ green 64 ◦ blue 250
Shades of Free Speech Magenta #DD40FA
Tints of Free Speech Magenta #DD40FA
RGB
CMYK
RGB Variations
Color information
#DD40FA (or 0xDD40FA) is known color: Free Speech Magenta. HEX triplet: DD, 40 and FA. RGB value is (221,64,250). Sum of RGB (Red+Green+Blue) = 221+64+250=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 64 (25.39% from 255 or 11.96% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD40FA is #22BF05. Grayscale: #838383. Windows color (decimal): -2277126 or 16400605. OLE color: 16400605.
HSL color Cylindrical-coordinate representation of color #DD40FA: hue angle of 290.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD40FA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 64 | 250 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.02 |
| HSL | 290.65º | 0.95% | 0.62% | - |
| HSV(B) | 290.65º | 0.74% | 0.98% | - |
| XYZ | 48.91 | 25.94 | 92.87 | - |
| YUV | 132.15 | 194.51 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 250 | 0.12 | 0.74 | 0 | 0.02 | 290.65 | 0.95 | 0.62 |
| Hex | DD | 40 | FA | C | 4A | 0 | 2 | 123 | 5F | 3E |
| Octal | 335 | 100 | 372 | 14 | 112 | 0 | 2 | 443 | 137 | 76 |
| Binary | 11011101 | 1000000 | 11111010 | 1100 | 1001010 | 0 | 10 | 100100011 | 1011111 | 111110 |
Color Harmonies of #DD40FA
Complementary color
Monochromatic Colors of #DD40FA
Black with #DD40FA
Text Example
Text Example
White with #DD40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD40FA; }
p { color: rgb(221,64,250); }
H1.HeaderClassName
{
color: #DD40FA;
}
.AnyTagClassName
{
color: #DD40FA;
}
</style>
background-color css
<style>
a { background-color: #DD40FA; }
a { background-color: rgb(221,64,250); }
div.DivClassName
{
background-color: #DD40FA;
}
.BgClassName
{
background-color: #DD40FA;
}
</style>
border-color css
<style>
span { border-color: #DD40FA; }
span { border-color: rgb(221,64,250); }
td.TdClassName
{
border-color: #DD40FA;
}
.TagClassName
{
border-color: #DD40FA;
}
</style>