Html Css Color HEX #D33CDF Free Speech Magenta
📋 copy color: '#D33CDF'red 211 ◦ green 60 ◦ blue 223
Shades of Free Speech Magenta #D33CDF
Tints of Free Speech Magenta #D33CDF
RGB
CMYK
RGB Variations
Color information
#D33CDF (or 0xD33CDF) is known color: Free Speech Magenta. HEX triplet: D3, 3C and DF. RGB value is (211,60,223). Sum of RGB (Red+Green+Blue) = 211+60+223=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #D33CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CDF is #2CC320. Grayscale: #7B7B7B. Windows color (decimal): -2933537 or 14630099. OLE color: 14630099.
HSL color Cylindrical-coordinate representation of color #D33CDF: hue angle of 295.58º degrees, saturation: 0.72, 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 #D33CDF is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 60 | 223 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.13 |
| HSL | 295.58º | 0.72% | 0.55% | - |
| HSV(B) | 295.58º | 0.73% | 0.87% | - |
| XYZ | 41.8 | 22.41 | 71.93 | - |
| YUV | 123.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 223 | 0.05 | 0.73 | 0 | 0.13 | 295.58 | 0.72 | 0.55 |
| Hex | D3 | 3C | DF | 5 | 49 | 0 | D | 128 | 48 | 37 |
| Octal | 323 | 74 | 337 | 5 | 111 | 0 | 15 | 450 | 110 | 67 |
| Binary | 11010011 | 111100 | 11011111 | 101 | 1001001 | 0 | 1101 | 100101000 | 1001000 | 110111 |
Color Harmonies of #D33CDF
Complementary color
Monochromatic Colors of #D33CDF
Black with #D33CDF
Text Example
Text Example
White with #D33CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33CDF; }
p { color: rgb(211,60,223); }
H1.HeaderClassName
{
color: #D33CDF;
}
.AnyTagClassName
{
color: #D33CDF;
}
</style>
background-color css
<style>
a { background-color: #D33CDF; }
a { background-color: rgb(211,60,223); }
div.DivClassName
{
background-color: #D33CDF;
}
.BgClassName
{
background-color: #D33CDF;
}
</style>
border-color css
<style>
span { border-color: #D33CDF; }
span { border-color: rgb(211,60,223); }
td.TdClassName
{
border-color: #D33CDF;
}
.TagClassName
{
border-color: #D33CDF;
}
</style>