Html Css Color HEX #D33BE0 Free Speech Magenta
📋 copy color: '#D33BE0'red 211 ◦ green 59 ◦ blue 224
Shades of Free Speech Magenta #D33BE0
Tints of Free Speech Magenta #D33BE0
RGB
CMYK
RGB Variations
Color information
#D33BE0 (or 0xD33BE0) is known color: Free Speech Magenta. HEX triplet: D3, 3B and E0. RGB value is (211,59,224). Sum of RGB (Red+Green+Blue) = 211+59+224=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #D33BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BE0 is #2CC41F. Grayscale: #7A7A7A. Windows color (decimal): -2933792 or 14695379. OLE color: 14695379.
HSL color Cylindrical-coordinate representation of color #D33BE0: hue angle of 295.27º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33BE0 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 59 | 224 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.12 |
| HSL | 295.27º | 0.73% | 0.55% | - |
| HSV(B) | 295.27º | 0.74% | 0.88% | - |
| XYZ | 41.88 | 22.36 | 72.63 | - |
| YUV | 123.26 | 184.86 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 224 | 0.06 | 0.74 | 0 | 0.12 | 295.27 | 0.73 | 0.55 |
| Hex | D3 | 3B | E0 | 6 | 4A | 0 | C | 127 | 49 | 37 |
| Octal | 323 | 73 | 340 | 6 | 112 | 0 | 14 | 447 | 111 | 67 |
| Binary | 11010011 | 111011 | 11100000 | 110 | 1001010 | 0 | 1100 | 100100111 | 1001001 | 110111 |
Color Harmonies of #D33BE0
Complementary color
Monochromatic Colors of #D33BE0
Black with #D33BE0
Text Example
Text Example
White with #D33BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BE0; }
p { color: rgb(211,59,224); }
H1.HeaderClassName
{
color: #D33BE0;
}
.AnyTagClassName
{
color: #D33BE0;
}
</style>
background-color css
<style>
a { background-color: #D33BE0; }
a { background-color: rgb(211,59,224); }
div.DivClassName
{
background-color: #D33BE0;
}
.BgClassName
{
background-color: #D33BE0;
}
</style>
border-color css
<style>
span { border-color: #D33BE0; }
span { border-color: rgb(211,59,224); }
td.TdClassName
{
border-color: #D33BE0;
}
.TagClassName
{
border-color: #D33BE0;
}
</style>