Html Css Color HEX #D340DB Free Speech Magenta
📋 copy color: '#D340DB'red 211 ◦ green 64 ◦ blue 219
Shades of Free Speech Magenta #D340DB
Tints of Free Speech Magenta #D340DB
RGB
CMYK
RGB Variations
Color information
#D340DB (or 0xD340DB) is known color: Free Speech Magenta. HEX triplet: D3, 40 and DB. RGB value is (211,64,219). Sum of RGB (Red+Green+Blue) = 211+64+219=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #D340DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D340DB is #2CBF24. Grayscale: #7D7D7D. Windows color (decimal): -2932517 or 14368979. OLE color: 14368979.
HSL color Cylindrical-coordinate representation of color #D340DB: hue angle of 296.9º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D340DB is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 64 | 219 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.14 |
| HSL | 296.9º | 0.68% | 0.55% | - |
| HSV(B) | 296.9º | 0.71% | 0.86% | - |
| XYZ | 41.48 | 22.63 | 69.2 | - |
| YUV | 125.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 219 | 0.04 | 0.71 | 0 | 0.14 | 296.9 | 0.68 | 0.55 |
| Hex | D3 | 40 | DB | 4 | 47 | 0 | E | 129 | 44 | 37 |
| Octal | 323 | 100 | 333 | 4 | 107 | 0 | 16 | 451 | 104 | 67 |
| Binary | 11010011 | 1000000 | 11011011 | 100 | 1000111 | 0 | 1110 | 100101001 | 1000100 | 110111 |
Color Harmonies of #D340DB
Complementary color
Monochromatic Colors of #D340DB
Black with #D340DB
Text Example
Text Example
White with #D340DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340DB; }
p { color: rgb(211,64,219); }
H1.HeaderClassName
{
color: #D340DB;
}
.AnyTagClassName
{
color: #D340DB;
}
</style>
background-color css
<style>
a { background-color: #D340DB; }
a { background-color: rgb(211,64,219); }
div.DivClassName
{
background-color: #D340DB;
}
.BgClassName
{
background-color: #D340DB;
}
</style>
border-color css
<style>
span { border-color: #D340DB; }
span { border-color: rgb(211,64,219); }
td.TdClassName
{
border-color: #D340DB;
}
.TagClassName
{
border-color: #D340DB;
}
</style>