Html Css Color HEX #D33DDD Free Speech Magenta
📋 copy color: '#D33DDD'red 211 ◦ green 61 ◦ blue 221
Shades of Free Speech Magenta #D33DDD
Tints of Free Speech Magenta #D33DDD
RGB
CMYK
RGB Variations
Color information
#D33DDD (or 0xD33DDD) is known color: Free Speech Magenta. HEX triplet: D3, 3D and DD. RGB value is (211,61,221). Sum of RGB (Red+Green+Blue) = 211+61+221=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #D33DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33DDD is #2CC222. Grayscale: #7B7B7B. Windows color (decimal): -2933283 or 14499283. OLE color: 14499283.
HSL color Cylindrical-coordinate representation of color #D33DDD: hue angle of 296.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33DDD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 61 | 221 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.13 |
| HSL | 296.25º | 0.7% | 0.55% | - |
| HSV(B) | 296.25º | 0.72% | 0.87% | - |
| XYZ | 41.58 | 22.41 | 70.54 | - |
| YUV | 124.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 221 | 0.05 | 0.72 | 0 | 0.13 | 296.25 | 0.7 | 0.55 |
| Hex | D3 | 3D | DD | 5 | 48 | 0 | D | 128 | 46 | 37 |
| Octal | 323 | 75 | 335 | 5 | 110 | 0 | 15 | 450 | 106 | 67 |
| Binary | 11010011 | 111101 | 11011101 | 101 | 1001000 | 0 | 1101 | 100101000 | 1000110 | 110111 |
Color Harmonies of #D33DDD
Complementary color
Monochromatic Colors of #D33DDD
Black with #D33DDD
Text Example
Text Example
White with #D33DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DDD; }
p { color: rgb(211,61,221); }
H1.HeaderClassName
{
color: #D33DDD;
}
.AnyTagClassName
{
color: #D33DDD;
}
</style>
background-color css
<style>
a { background-color: #D33DDD; }
a { background-color: rgb(211,61,221); }
div.DivClassName
{
background-color: #D33DDD;
}
.BgClassName
{
background-color: #D33DDD;
}
</style>
border-color css
<style>
span { border-color: #D33DDD; }
span { border-color: rgb(211,61,221); }
td.TdClassName
{
border-color: #D33DDD;
}
.TagClassName
{
border-color: #D33DDD;
}
</style>