Html Css Color HEX #D33BDF Free Speech Magenta
📋 copy color: '#D33BDF'red 211 ◦ green 59 ◦ blue 223
Shades of Free Speech Magenta #D33BDF
Tints of Free Speech Magenta #D33BDF
RGB
CMYK
RGB Variations
Color information
#D33BDF (or 0xD33BDF) is known color: Free Speech Magenta. HEX triplet: D3, 3B and DF. RGB value is (211,59,223). Sum of RGB (Red+Green+Blue) = 211+59+223=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #D33BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BDF is #2CC420. Grayscale: #7A7A7A. Windows color (decimal): -2933793 or 14629843. OLE color: 14629843.
HSL color Cylindrical-coordinate representation of color #D33BDF: hue angle of 295.61º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33BDF is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 59 | 223 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.13 |
| HSL | 295.61º | 0.72% | 0.55% | - |
| HSV(B) | 295.61º | 0.74% | 0.87% | - |
| XYZ | 41.75 | 22.3 | 71.92 | - |
| YUV | 123.14 | 184.36 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 223 | 0.05 | 0.74 | 0 | 0.13 | 295.61 | 0.72 | 0.55 |
| Hex | D3 | 3B | DF | 5 | 4A | 0 | D | 128 | 48 | 37 |
| Octal | 323 | 73 | 337 | 5 | 112 | 0 | 15 | 450 | 110 | 67 |
| Binary | 11010011 | 111011 | 11011111 | 101 | 1001010 | 0 | 1101 | 100101000 | 1001000 | 110111 |
Color Harmonies of #D33BDF
Complementary color
Monochromatic Colors of #D33BDF
Black with #D33BDF
Text Example
Text Example
White with #D33BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BDF; }
p { color: rgb(211,59,223); }
H1.HeaderClassName
{
color: #D33BDF;
}
.AnyTagClassName
{
color: #D33BDF;
}
</style>
background-color css
<style>
a { background-color: #D33BDF; }
a { background-color: rgb(211,59,223); }
div.DivClassName
{
background-color: #D33BDF;
}
.BgClassName
{
background-color: #D33BDF;
}
</style>
border-color css
<style>
span { border-color: #D33BDF; }
span { border-color: rgb(211,59,223); }
td.TdClassName
{
border-color: #D33BDF;
}
.TagClassName
{
border-color: #D33BDF;
}
</style>