Html Css Color HEX #D431DB Free Speech Magenta
📋 copy color: '#D431DB'red 212 ◦ green 49 ◦ blue 219
Shades of Free Speech Magenta #D431DB
Tints of Free Speech Magenta #D431DB
RGB
CMYK
RGB Variations
Color information
#D431DB (or 0xD431DB) is known color: Free Speech Magenta. HEX triplet: D4, 31 and DB. RGB value is (212,49,219). Sum of RGB (Red+Green+Blue) = 212+49+219=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #D431DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431DB is #2BCE24. Grayscale: #747474. Windows color (decimal): -2870821 or 14365140. OLE color: 14365140.
HSL color Cylindrical-coordinate representation of color #D431DB: hue angle of 297.53º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D431DB is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 49 | 219 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.14 |
| HSL | 297.53º | 0.7% | 0.53% | - |
| HSV(B) | 297.53º | 0.78% | 0.86% | - |
| XYZ | 41.04 | 21.31 | 68.97 | - |
| YUV | 117.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 219 | 0.03 | 0.78 | 0 | 0.14 | 297.53 | 0.7 | 0.53 |
| Hex | D4 | 31 | DB | 3 | 4E | 0 | E | 12A | 46 | 35 |
| Octal | 324 | 61 | 333 | 3 | 116 | 0 | 16 | 452 | 106 | 65 |
| Binary | 11010100 | 110001 | 11011011 | 11 | 1001110 | 0 | 1110 | 100101010 | 1000110 | 110101 |
Color Harmonies of #D431DB
Complementary color
Monochromatic Colors of #D431DB
Black with #D431DB
Text Example
Text Example
White with #D431DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431DB; }
p { color: rgb(212,49,219); }
H1.HeaderClassName
{
color: #D431DB;
}
.AnyTagClassName
{
color: #D431DB;
}
</style>
background-color css
<style>
a { background-color: #D431DB; }
a { background-color: rgb(212,49,219); }
div.DivClassName
{
background-color: #D431DB;
}
.BgClassName
{
background-color: #D431DB;
}
</style>
border-color css
<style>
span { border-color: #D431DB; }
span { border-color: rgb(212,49,219); }
td.TdClassName
{
border-color: #D431DB;
}
.TagClassName
{
border-color: #D431DB;
}
</style>