Html Css Color HEX #D33CDB Free Speech Magenta
📋 copy color: '#D33CDB'red 211 ◦ green 60 ◦ blue 219
Shades of Free Speech Magenta #D33CDB
Tints of Free Speech Magenta #D33CDB
RGB
CMYK
RGB Variations
Color information
#D33CDB (or 0xD33CDB) is known color: Free Speech Magenta. HEX triplet: D3, 3C and DB. RGB value is (211,60,219). Sum of RGB (Red+Green+Blue) = 211+60+219=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #D33CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33CDB is #2CC324. Grayscale: #7A7A7A. Windows color (decimal): -2933541 or 14367955. OLE color: 14367955.
HSL color Cylindrical-coordinate representation of color #D33CDB: hue angle of 296.98º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33CDB is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 60 | 219 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.14 |
| HSL | 296.98º | 0.69% | 0.55% | - |
| HSV(B) | 296.98º | 0.73% | 0.86% | - |
| XYZ | 41.27 | 22.2 | 69.13 | - |
| YUV | 123.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 219 | 0.04 | 0.73 | 0 | 0.14 | 296.98 | 0.69 | 0.55 |
| Hex | D3 | 3C | DB | 4 | 49 | 0 | E | 129 | 45 | 37 |
| Octal | 323 | 74 | 333 | 4 | 111 | 0 | 16 | 451 | 105 | 67 |
| Binary | 11010011 | 111100 | 11011011 | 100 | 1001001 | 0 | 1110 | 100101001 | 1000101 | 110111 |
Color Harmonies of #D33CDB
Complementary color
Monochromatic Colors of #D33CDB
Black with #D33CDB
Text Example
Text Example
White with #D33CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33CDB; }
p { color: rgb(211,60,219); }
H1.HeaderClassName
{
color: #D33CDB;
}
.AnyTagClassName
{
color: #D33CDB;
}
</style>
background-color css
<style>
a { background-color: #D33CDB; }
a { background-color: rgb(211,60,219); }
div.DivClassName
{
background-color: #D33CDB;
}
.BgClassName
{
background-color: #D33CDB;
}
</style>
border-color css
<style>
span { border-color: #D33CDB; }
span { border-color: rgb(211,60,219); }
td.TdClassName
{
border-color: #D33CDB;
}
.TagClassName
{
border-color: #D33CDB;
}
</style>