Html Css Color HEX #D338DD Free Speech Magenta
📋 copy color: '#D338DD'red 211 ◦ green 56 ◦ blue 221
Shades of Free Speech Magenta #D338DD
Tints of Free Speech Magenta #D338DD
RGB
CMYK
RGB Variations
Color information
#D338DD (or 0xD338DD) is known color: Free Speech Magenta. HEX triplet: D3, 38 and DD. RGB value is (211,56,221). Sum of RGB (Red+Green+Blue) = 211+56+221=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #D338DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D338DD is #2CC722. Grayscale: #787878. Windows color (decimal): -2934563 or 14498003. OLE color: 14498003.
HSL color Cylindrical-coordinate representation of color #D338DD: hue angle of 296.36º 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 #D338DD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 56 | 221 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.13 |
| HSL | 296.36º | 0.71% | 0.54% | - |
| HSV(B) | 296.36º | 0.75% | 0.87% | - |
| XYZ | 41.33 | 21.9 | 70.45 | - |
| YUV | 121.16 | 184.35 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 221 | 0.05 | 0.75 | 0 | 0.13 | 296.36 | 0.71 | 0.54 |
| Hex | D3 | 38 | DD | 5 | 4B | 0 | D | 128 | 47 | 36 |
| Octal | 323 | 70 | 335 | 5 | 113 | 0 | 15 | 450 | 107 | 66 |
| Binary | 11010011 | 111000 | 11011101 | 101 | 1001011 | 0 | 1101 | 100101000 | 1000111 | 110110 |
Color Harmonies of #D338DD
Complementary color
Monochromatic Colors of #D338DD
Black with #D338DD
Text Example
Text Example
White with #D338DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D338DD; }
p { color: rgb(211,56,221); }
H1.HeaderClassName
{
color: #D338DD;
}
.AnyTagClassName
{
color: #D338DD;
}
</style>
background-color css
<style>
a { background-color: #D338DD; }
a { background-color: rgb(211,56,221); }
div.DivClassName
{
background-color: #D338DD;
}
.BgClassName
{
background-color: #D338DD;
}
</style>
border-color css
<style>
span { border-color: #D338DD; }
span { border-color: rgb(211,56,221); }
td.TdClassName
{
border-color: #D338DD;
}
.TagClassName
{
border-color: #D338DD;
}
</style>