Html Css Color HEX #D33FDD Free Speech Magenta
📋 copy color: '#D33FDD'red 211 ◦ green 63 ◦ blue 221
Shades of Free Speech Magenta #D33FDD
Tints of Free Speech Magenta #D33FDD
RGB
CMYK
RGB Variations
Color information
#D33FDD (or 0xD33FDD) is known color: Free Speech Magenta. HEX triplet: D3, 3F and DD. RGB value is (211,63,221). Sum of RGB (Red+Green+Blue) = 211+63+221=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #D33FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33FDD is #2CC022. Grayscale: #7C7C7C. Windows color (decimal): -2932771 or 14499795. OLE color: 14499795.
HSL color Cylindrical-coordinate representation of color #D33FDD: hue angle of 296.2º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D33FDD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 63 | 221 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.13 |
| HSL | 296.2º | 0.7% | 0.56% | - |
| HSV(B) | 296.2º | 0.71% | 0.87% | - |
| XYZ | 41.69 | 22.62 | 70.58 | - |
| YUV | 125.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 221 | 0.05 | 0.71 | 0 | 0.13 | 296.2 | 0.7 | 0.56 |
| Hex | D3 | 3F | DD | 5 | 47 | 0 | D | 128 | 46 | 38 |
| Octal | 323 | 77 | 335 | 5 | 107 | 0 | 15 | 450 | 106 | 70 |
| Binary | 11010011 | 111111 | 11011101 | 101 | 1000111 | 0 | 1101 | 100101000 | 1000110 | 111000 |
Color Harmonies of #D33FDD
Complementary color
Monochromatic Colors of #D33FDD
Black with #D33FDD
Text Example
Text Example
White with #D33FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FDD; }
p { color: rgb(211,63,221); }
H1.HeaderClassName
{
color: #D33FDD;
}
.AnyTagClassName
{
color: #D33FDD;
}
</style>
background-color css
<style>
a { background-color: #D33FDD; }
a { background-color: rgb(211,63,221); }
div.DivClassName
{
background-color: #D33FDD;
}
.BgClassName
{
background-color: #D33FDD;
}
</style>
border-color css
<style>
span { border-color: #D33FDD; }
span { border-color: rgb(211,63,221); }
td.TdClassName
{
border-color: #D33FDD;
}
.TagClassName
{
border-color: #D33FDD;
}
</style>