Html Css Color HEX #D74FDD Free Speech Magenta
📋 copy color: '#D74FDD'red 215 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #D74FDD
Tints of Free Speech Magenta #D74FDD
RGB
CMYK
RGB Variations
Color information
#D74FDD (or 0xD74FDD) is known color: Free Speech Magenta. HEX triplet: D7, 4F and DD. RGB value is (215,79,221). Sum of RGB (Red+Green+Blue) = 215+79+221=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #D74FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FDD is #28B022. Grayscale: #878787. Windows color (decimal): -2666531 or 14503895. OLE color: 14503895.
HSL color Cylindrical-coordinate representation of color #D74FDD: hue angle of 297.46º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74FDD is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 79 | 221 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.13 |
| HSL | 297.46º | 0.68% | 0.59% | - |
| HSV(B) | 297.46º | 0.64% | 0.87% | - |
| XYZ | 43.87 | 25.26 | 70.97 | - |
| YUV | 135.85 | 176.06 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 221 | 0.03 | 0.64 | 0 | 0.13 | 297.46 | 0.68 | 0.59 |
| Hex | D7 | 4F | DD | 3 | 40 | 0 | D | 129 | 44 | 3B |
| Octal | 327 | 117 | 335 | 3 | 100 | 0 | 15 | 451 | 104 | 73 |
| Binary | 11010111 | 1001111 | 11011101 | 11 | 1000000 | 0 | 1101 | 100101001 | 1000100 | 111011 |
Color Harmonies of #D74FDD
Complementary color
Monochromatic Colors of #D74FDD
Black with #D74FDD
Text Example
Text Example
White with #D74FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74FDD; }
p { color: rgb(215,79,221); }
H1.HeaderClassName
{
color: #D74FDD;
}
.AnyTagClassName
{
color: #D74FDD;
}
</style>
background-color css
<style>
a { background-color: #D74FDD; }
a { background-color: rgb(215,79,221); }
div.DivClassName
{
background-color: #D74FDD;
}
.BgClassName
{
background-color: #D74FDD;
}
</style>
border-color css
<style>
span { border-color: #D74FDD; }
span { border-color: rgb(215,79,221); }
td.TdClassName
{
border-color: #D74FDD;
}
.TagClassName
{
border-color: #D74FDD;
}
</style>