Html Css Color HEX #D731DD Free Speech Magenta
📋 copy color: '#D731DD'red 215 ◦ green 49 ◦ blue 221
Shades of Free Speech Magenta #D731DD
Tints of Free Speech Magenta #D731DD
RGB
CMYK
RGB Variations
Color information
#D731DD (or 0xD731DD) is known color: Free Speech Magenta. HEX triplet: D7, 31 and DD. RGB value is (215,49,221). Sum of RGB (Red+Green+Blue) = 215+49+221=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #D731DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D731DD is #28CE22. Grayscale: #757575. Windows color (decimal): -2674211 or 14496215. OLE color: 14496215.
HSL color Cylindrical-coordinate representation of color #D731DD: hue angle of 297.91º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D731DD is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 49 | 221 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.13 |
| HSL | 297.91º | 0.72% | 0.53% | - |
| HSV(B) | 297.91º | 0.78% | 0.87% | - |
| XYZ | 42.17 | 21.86 | 70.4 | - |
| YUV | 118.24 | 186 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 221 | 0.03 | 0.78 | 0 | 0.13 | 297.91 | 0.72 | 0.53 |
| Hex | D7 | 31 | DD | 3 | 4E | 0 | D | 12A | 48 | 35 |
| Octal | 327 | 61 | 335 | 3 | 116 | 0 | 15 | 452 | 110 | 65 |
| Binary | 11010111 | 110001 | 11011101 | 11 | 1001110 | 0 | 1101 | 100101010 | 1001000 | 110101 |
Color Harmonies of #D731DD
Complementary color
Monochromatic Colors of #D731DD
Black with #D731DD
Text Example
Text Example
White with #D731DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731DD; }
p { color: rgb(215,49,221); }
H1.HeaderClassName
{
color: #D731DD;
}
.AnyTagClassName
{
color: #D731DD;
}
</style>
background-color css
<style>
a { background-color: #D731DD; }
a { background-color: rgb(215,49,221); }
div.DivClassName
{
background-color: #D731DD;
}
.BgClassName
{
background-color: #D731DD;
}
</style>
border-color css
<style>
span { border-color: #D731DD; }
span { border-color: rgb(215,49,221); }
td.TdClassName
{
border-color: #D731DD;
}
.TagClassName
{
border-color: #D731DD;
}
</style>