Html Css Color HEX #DD35E1 Free Speech Magenta
📋 copy color: '#DD35E1'red 221 ◦ green 53 ◦ blue 225
Shades of Free Speech Magenta #DD35E1
Tints of Free Speech Magenta #DD35E1
RGB
CMYK
RGB Variations
Color information
#DD35E1 (or 0xDD35E1) is known color: Free Speech Magenta. HEX triplet: DD, 35 and E1. RGB value is (221,53,225). Sum of RGB (Red+Green+Blue) = 221+53+225=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD35E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD35E1 is #22CA1E. Grayscale: #7A7A7A. Windows color (decimal): -2279967 or 14759389. OLE color: 14759389.
HSL color Cylindrical-coordinate representation of color #DD35E1: hue angle of 298.6º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD35E1 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 53 | 225 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.12 |
| HSL | 298.6º | 0.74% | 0.55% | - |
| HSV(B) | 298.6º | 0.76% | 0.88% | - |
| XYZ | 44.68 | 23.35 | 73.39 | - |
| YUV | 122.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 225 | 0.02 | 0.76 | 0 | 0.12 | 298.6 | 0.74 | 0.55 |
| Hex | DD | 35 | E1 | 2 | 4C | 0 | C | 12B | 4A | 37 |
| Octal | 335 | 65 | 341 | 2 | 114 | 0 | 14 | 453 | 112 | 67 |
| Binary | 11011101 | 110101 | 11100001 | 10 | 1001100 | 0 | 1100 | 100101011 | 1001010 | 110111 |
Color Harmonies of #DD35E1
Complementary color
Monochromatic Colors of #DD35E1
Black with #DD35E1
Text Example
Text Example
White with #DD35E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD35E1; }
p { color: rgb(221,53,225); }
H1.HeaderClassName
{
color: #DD35E1;
}
.AnyTagClassName
{
color: #DD35E1;
}
</style>
background-color css
<style>
a { background-color: #DD35E1; }
a { background-color: rgb(221,53,225); }
div.DivClassName
{
background-color: #DD35E1;
}
.BgClassName
{
background-color: #DD35E1;
}
</style>
border-color css
<style>
span { border-color: #DD35E1; }
span { border-color: rgb(221,53,225); }
td.TdClassName
{
border-color: #DD35E1;
}
.TagClassName
{
border-color: #DD35E1;
}
</style>