Html Css Color HEX #D74DDD Free Speech Magenta
📋 copy color: '#D74DDD'red 215 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #D74DDD
Tints of Free Speech Magenta #D74DDD
RGB
CMYK
RGB Variations
Color information
#D74DDD (or 0xD74DDD) is known color: Free Speech Magenta. HEX triplet: D7, 4D and DD. RGB value is (215,77,221). Sum of RGB (Red+Green+Blue) = 215+77+221=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #D74DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DDD is #28B222. Grayscale: #868686. Windows color (decimal): -2667043 or 14503383. OLE color: 14503383.
HSL color Cylindrical-coordinate representation of color #D74DDD: hue angle of 297.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74DDD is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 77 | 221 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.13 |
| HSL | 297.5º | 0.68% | 0.58% | - |
| HSV(B) | 297.5º | 0.65% | 0.87% | - |
| XYZ | 43.73 | 24.98 | 70.92 | - |
| YUV | 134.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 221 | 0.03 | 0.65 | 0 | 0.13 | 297.5 | 0.68 | 0.58 |
| Hex | D7 | 4D | DD | 3 | 41 | 0 | D | 12A | 44 | 3A |
| Octal | 327 | 115 | 335 | 3 | 101 | 0 | 15 | 452 | 104 | 72 |
| Binary | 11010111 | 1001101 | 11011101 | 11 | 1000001 | 0 | 1101 | 100101010 | 1000100 | 111010 |
Color Harmonies of #D74DDD
Complementary color
Monochromatic Colors of #D74DDD
Black with #D74DDD
Text Example
Text Example
White with #D74DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DDD; }
p { color: rgb(215,77,221); }
H1.HeaderClassName
{
color: #D74DDD;
}
.AnyTagClassName
{
color: #D74DDD;
}
</style>
background-color css
<style>
a { background-color: #D74DDD; }
a { background-color: rgb(215,77,221); }
div.DivClassName
{
background-color: #D74DDD;
}
.BgClassName
{
background-color: #D74DDD;
}
</style>
border-color css
<style>
span { border-color: #D74DDD; }
span { border-color: rgb(215,77,221); }
td.TdClassName
{
border-color: #D74DDD;
}
.TagClassName
{
border-color: #D74DDD;
}
</style>