Html Css Color HEX #D731DB Free Speech Magenta
📋 copy color: '#D731DB'red 215 ◦ green 49 ◦ blue 219
Shades of Free Speech Magenta #D731DB
Tints of Free Speech Magenta #D731DB
RGB
CMYK
RGB Variations
Color information
#D731DB (or 0xD731DB) is known color: Free Speech Magenta. HEX triplet: D7, 31 and DB. RGB value is (215,49,219). Sum of RGB (Red+Green+Blue) = 215+49+219=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #D731DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731DB is #28CE24. Grayscale: #757575. Windows color (decimal): -2674213 or 14365143. OLE color: 14365143.
HSL color Cylindrical-coordinate representation of color #D731DB: hue angle of 298.59º 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 #D731DB is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 49 | 219 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.14 |
| HSL | 298.59º | 0.7% | 0.53% | - |
| HSV(B) | 298.59º | 0.78% | 0.86% | - |
| XYZ | 41.91 | 21.76 | 69.01 | - |
| YUV | 118.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 219 | 0.02 | 0.78 | 0 | 0.14 | 298.59 | 0.7 | 0.53 |
| Hex | D7 | 31 | DB | 2 | 4E | 0 | E | 12B | 46 | 35 |
| Octal | 327 | 61 | 333 | 2 | 116 | 0 | 16 | 453 | 106 | 65 |
| Binary | 11010111 | 110001 | 11011011 | 10 | 1001110 | 0 | 1110 | 100101011 | 1000110 | 110101 |
Color Harmonies of #D731DB
Complementary color
Monochromatic Colors of #D731DB
Black with #D731DB
Text Example
Text Example
White with #D731DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731DB; }
p { color: rgb(215,49,219); }
H1.HeaderClassName
{
color: #D731DB;
}
.AnyTagClassName
{
color: #D731DB;
}
</style>
background-color css
<style>
a { background-color: #D731DB; }
a { background-color: rgb(215,49,219); }
div.DivClassName
{
background-color: #D731DB;
}
.BgClassName
{
background-color: #D731DB;
}
</style>
border-color css
<style>
span { border-color: #D731DB; }
span { border-color: rgb(215,49,219); }
td.TdClassName
{
border-color: #D731DB;
}
.TagClassName
{
border-color: #D731DB;
}
</style>