Html Css Color HEX #D342DB Free Speech Magenta
📋 copy color: '#D342DB'red 211 ◦ green 66 ◦ blue 219
Shades of Free Speech Magenta #D342DB
Tints of Free Speech Magenta #D342DB
RGB
CMYK
RGB Variations
Color information
#D342DB (or 0xD342DB) is known color: Free Speech Magenta. HEX triplet: D3, 42 and DB. RGB value is (211,66,219). Sum of RGB (Red+Green+Blue) = 211+66+219=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 66 (26.17% from 255 or 13.31% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #D342DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D342DB is #2CBD24. Grayscale: #7E7E7E. Windows color (decimal): -2932005 or 14369491. OLE color: 14369491.
HSL color Cylindrical-coordinate representation of color #D342DB: hue angle of 296.86º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D342DB is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 66 | 219 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.14 |
| HSL | 296.86º | 0.68% | 0.56% | - |
| HSV(B) | 296.86º | 0.7% | 0.86% | - |
| XYZ | 41.6 | 22.86 | 69.24 | - |
| YUV | 126.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 219 | 0.04 | 0.70 | 0 | 0.14 | 296.86 | 0.68 | 0.56 |
| Hex | D3 | 42 | DB | 4 | 46 | 0 | E | 129 | 44 | 38 |
| Octal | 323 | 102 | 333 | 4 | 106 | 0 | 16 | 451 | 104 | 70 |
| Binary | 11010011 | 1000010 | 11011011 | 100 | 1000110 | 0 | 1110 | 100101001 | 1000100 | 111000 |
Color Harmonies of #D342DB
Complementary color
Monochromatic Colors of #D342DB
Black with #D342DB
Text Example
Text Example
White with #D342DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D342DB; }
p { color: rgb(211,66,219); }
H1.HeaderClassName
{
color: #D342DB;
}
.AnyTagClassName
{
color: #D342DB;
}
</style>
background-color css
<style>
a { background-color: #D342DB; }
a { background-color: rgb(211,66,219); }
div.DivClassName
{
background-color: #D342DB;
}
.BgClassName
{
background-color: #D342DB;
}
</style>
border-color css
<style>
span { border-color: #D342DB; }
span { border-color: rgb(211,66,219); }
td.TdClassName
{
border-color: #D342DB;
}
.TagClassName
{
border-color: #D342DB;
}
</style>