Html Css Color HEX #D33ADC Free Speech Magenta
📋 copy color: '#D33ADC'red 211 ◦ green 58 ◦ blue 220
Shades of Free Speech Magenta #D33ADC
Tints of Free Speech Magenta #D33ADC
RGB
CMYK
RGB Variations
Color information
#D33ADC (or 0xD33ADC) is known color: Free Speech Magenta. HEX triplet: D3, 3A and DC. RGB value is (211,58,220). Sum of RGB (Red+Green+Blue) = 211+58+220=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #D33ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33ADC is #2CC523. Grayscale: #797979. Windows color (decimal): -2934052 or 14432979. OLE color: 14432979.
HSL color Cylindrical-coordinate representation of color #D33ADC: hue angle of 296.67º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33ADC is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 58 | 220 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.14 |
| HSL | 296.67º | 0.7% | 0.55% | - |
| HSV(B) | 296.67º | 0.74% | 0.86% | - |
| XYZ | 41.3 | 22.04 | 69.79 | - |
| YUV | 122.22 | 183.19 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 220 | 0.04 | 0.74 | 0 | 0.14 | 296.67 | 0.7 | 0.55 |
| Hex | D3 | 3A | DC | 4 | 4A | 0 | E | 129 | 46 | 37 |
| Octal | 323 | 72 | 334 | 4 | 112 | 0 | 16 | 451 | 106 | 67 |
| Binary | 11010011 | 111010 | 11011100 | 100 | 1001010 | 0 | 1110 | 100101001 | 1000110 | 110111 |
Color Harmonies of #D33ADC
Complementary color
Monochromatic Colors of #D33ADC
Black with #D33ADC
Text Example
Text Example
White with #D33ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33ADC; }
p { color: rgb(211,58,220); }
H1.HeaderClassName
{
color: #D33ADC;
}
.AnyTagClassName
{
color: #D33ADC;
}
</style>
background-color css
<style>
a { background-color: #D33ADC; }
a { background-color: rgb(211,58,220); }
div.DivClassName
{
background-color: #D33ADC;
}
.BgClassName
{
background-color: #D33ADC;
}
</style>
border-color css
<style>
span { border-color: #D33ADC; }
span { border-color: rgb(211,58,220); }
td.TdClassName
{
border-color: #D33ADC;
}
.TagClassName
{
border-color: #D33ADC;
}
</style>