Html Css Color HEX #DD38D3 Free Speech Magenta
📋 copy color: '#DD38D3'red 221 ◦ green 56 ◦ blue 211
Shades of Free Speech Magenta #DD38D3
Tints of Free Speech Magenta #DD38D3
RGB
CMYK
RGB Variations
Color information
#DD38D3 (or 0xDD38D3) is known color: Free Speech Magenta. HEX triplet: DD, 38 and D3. RGB value is (221,56,211). Sum of RGB (Red+Green+Blue) = 221+56+211=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38D3 is #22C72C. Grayscale: #7A7A7A. Windows color (decimal): -2279213 or 13842653. OLE color: 13842653.
HSL color Cylindrical-coordinate representation of color #DD38D3: hue angle of 303.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD38D3 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 56 | 211 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.13 |
| HSL | 303.64º | 0.71% | 0.54% | - |
| HSV(B) | 303.64º | 0.75% | 0.87% | - |
| XYZ | 42.99 | 22.9 | 63.78 | - |
| YUV | 123.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 56 | 211 | 0 | 0.75 | 0.05 | 0.13 | 303.64 | 0.71 | 0.54 |
| Hex | DD | 38 | D3 | 0 | 4B | 5 | D | 130 | 47 | 36 |
| Octal | 335 | 70 | 323 | 0 | 113 | 5 | 15 | 460 | 107 | 66 |
| Binary | 11011101 | 111000 | 11010011 | 0 | 1001011 | 101 | 1101 | 100110000 | 1000111 | 110110 |
Color Harmonies of #DD38D3
Complementary color
Monochromatic Colors of #DD38D3
Black with #DD38D3
Text Example
Text Example
White with #DD38D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD38D3; }
p { color: rgb(221,56,211); }
H1.HeaderClassName
{
color: #DD38D3;
}
.AnyTagClassName
{
color: #DD38D3;
}
</style>
background-color css
<style>
a { background-color: #DD38D3; }
a { background-color: rgb(221,56,211); }
div.DivClassName
{
background-color: #DD38D3;
}
.BgClassName
{
background-color: #DD38D3;
}
</style>
border-color css
<style>
span { border-color: #DD38D3; }
span { border-color: rgb(221,56,211); }
td.TdClassName
{
border-color: #DD38D3;
}
.TagClassName
{
border-color: #DD38D3;
}
</style>