Html Css Color HEX #D350DB Free Speech Magenta
📋 copy color: '#D350DB'red 211 ◦ green 80 ◦ blue 219
Shades of Free Speech Magenta #D350DB
Tints of Free Speech Magenta #D350DB
RGB
CMYK
RGB Variations
Color information
#D350DB (or 0xD350DB) is known color: Free Speech Magenta. HEX triplet: D3, 50 and DB. RGB value is (211,80,219). Sum of RGB (Red+Green+Blue) = 211+80+219=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #D350DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350DB is #2CAF24. Grayscale: #868686. Windows color (decimal): -2928421 or 14373075. OLE color: 14373075.
HSL color Cylindrical-coordinate representation of color #D350DB: hue angle of 296.55º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D350DB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 80 | 219 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.14 |
| HSL | 296.55º | 0.66% | 0.59% | - |
| HSV(B) | 296.55º | 0.63% | 0.86% | - |
| XYZ | 42.52 | 24.7 | 69.54 | - |
| YUV | 135.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 219 | 0.04 | 0.63 | 0 | 0.14 | 296.55 | 0.66 | 0.59 |
| Hex | D3 | 50 | DB | 4 | 3F | 0 | E | 129 | 42 | 3B |
| Octal | 323 | 120 | 333 | 4 | 77 | 0 | 16 | 451 | 102 | 73 |
| Binary | 11010011 | 1010000 | 11011011 | 100 | 111111 | 0 | 1110 | 100101001 | 1000010 | 111011 |
Color Harmonies of #D350DB
Complementary color
Monochromatic Colors of #D350DB
Black with #D350DB
Text Example
Text Example
White with #D350DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D350DB; }
p { color: rgb(211,80,219); }
H1.HeaderClassName
{
color: #D350DB;
}
.AnyTagClassName
{
color: #D350DB;
}
</style>
background-color css
<style>
a { background-color: #D350DB; }
a { background-color: rgb(211,80,219); }
div.DivClassName
{
background-color: #D350DB;
}
.BgClassName
{
background-color: #D350DB;
}
</style>
border-color css
<style>
span { border-color: #D350DB; }
span { border-color: rgb(211,80,219); }
td.TdClassName
{
border-color: #D350DB;
}
.TagClassName
{
border-color: #D350DB;
}
</style>