Html Css Color HEX #D33BDD Free Speech Magenta
📋 copy color: '#D33BDD'red 211 ◦ green 59 ◦ blue 221
Shades of Free Speech Magenta #D33BDD
Tints of Free Speech Magenta #D33BDD
RGB
CMYK
RGB Variations
Color information
#D33BDD (or 0xD33BDD) is known color: Free Speech Magenta. HEX triplet: D3, 3B and DD. RGB value is (211,59,221). Sum of RGB (Red+Green+Blue) = 211+59+221=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #D33BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BDD is #2CC422. Grayscale: #7A7A7A. Windows color (decimal): -2933795 or 14498771. OLE color: 14498771.
HSL color Cylindrical-coordinate representation of color #D33BDD: hue angle of 296.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33BDD is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 59 | 221 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.13 |
| HSL | 296.3º | 0.7% | 0.55% | - |
| HSV(B) | 296.3º | 0.73% | 0.87% | - |
| XYZ | 41.48 | 22.2 | 70.5 | - |
| YUV | 122.92 | 183.36 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 221 | 0.05 | 0.73 | 0 | 0.13 | 296.3 | 0.7 | 0.55 |
| Hex | D3 | 3B | DD | 5 | 49 | 0 | D | 128 | 46 | 37 |
| Octal | 323 | 73 | 335 | 5 | 111 | 0 | 15 | 450 | 106 | 67 |
| Binary | 11010011 | 111011 | 11011101 | 101 | 1001001 | 0 | 1101 | 100101000 | 1000110 | 110111 |
Color Harmonies of #D33BDD
Complementary color
Monochromatic Colors of #D33BDD
Black with #D33BDD
Text Example
Text Example
White with #D33BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BDD; }
p { color: rgb(211,59,221); }
H1.HeaderClassName
{
color: #D33BDD;
}
.AnyTagClassName
{
color: #D33BDD;
}
</style>
background-color css
<style>
a { background-color: #D33BDD; }
a { background-color: rgb(211,59,221); }
div.DivClassName
{
background-color: #D33BDD;
}
.BgClassName
{
background-color: #D33BDD;
}
</style>
border-color css
<style>
span { border-color: #D33BDD; }
span { border-color: rgb(211,59,221); }
td.TdClassName
{
border-color: #D33BDD;
}
.TagClassName
{
border-color: #D33BDD;
}
</style>