Html Css Color HEX #DD37F5 Free Speech Magenta
📋 copy color: '#DD37F5'red 221 ◦ green 55 ◦ blue 245
Shades of Free Speech Magenta #DD37F5
Tints of Free Speech Magenta #DD37F5
RGB
CMYK
RGB Variations
Color information
#DD37F5 (or 0xDD37F5) is known color: Free Speech Magenta. HEX triplet: DD, 37 and F5. RGB value is (221,55,245). Sum of RGB (Red+Green+Blue) = 221+55+245=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 55 (21.88% from 255 or 10.56% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD37F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD37F5 is #22C80A. Grayscale: #7D7D7D. Windows color (decimal): -2279435 or 16070621. OLE color: 16070621.
HSL color Cylindrical-coordinate representation of color #DD37F5: hue angle of 292.42º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD37F5 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 55 | 245 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.04 |
| HSL | 292.42º | 0.9% | 0.59% | - |
| HSV(B) | 292.42º | 0.78% | 0.96% | - |
| XYZ | 47.67 | 24.7 | 88.64 | - |
| YUV | 126.29 | 195 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 245 | 0.10 | 0.78 | 0 | 0.04 | 292.42 | 0.9 | 0.59 |
| Hex | DD | 37 | F5 | A | 4E | 0 | 4 | 124 | 5A | 3B |
| Octal | 335 | 67 | 365 | 12 | 116 | 0 | 4 | 444 | 132 | 73 |
| Binary | 11011101 | 110111 | 11110101 | 1010 | 1001110 | 0 | 100 | 100100100 | 1011010 | 111011 |
Color Harmonies of #DD37F5
Complementary color
Monochromatic Colors of #DD37F5
Black with #DD37F5
Text Example
Text Example
White with #DD37F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37F5; }
p { color: rgb(221,55,245); }
H1.HeaderClassName
{
color: #DD37F5;
}
.AnyTagClassName
{
color: #DD37F5;
}
</style>
background-color css
<style>
a { background-color: #DD37F5; }
a { background-color: rgb(221,55,245); }
div.DivClassName
{
background-color: #DD37F5;
}
.BgClassName
{
background-color: #DD37F5;
}
</style>
border-color css
<style>
span { border-color: #DD37F5; }
span { border-color: rgb(221,55,245); }
td.TdClassName
{
border-color: #DD37F5;
}
.TagClassName
{
border-color: #DD37F5;
}
</style>