Html Css Color HEX #D74ADF Free Speech Magenta
📋 copy color: '#D74ADF'red 215 ◦ green 74 ◦ blue 223
Shades of Free Speech Magenta #D74ADF
Tints of Free Speech Magenta #D74ADF
RGB
CMYK
RGB Variations
Color information
#D74ADF (or 0xD74ADF) is known color: Free Speech Magenta. HEX triplet: D7, 4A and DF. RGB value is (215,74,223). Sum of RGB (Red+Green+Blue) = 215+74+223=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #D74ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ADF is #28B520. Grayscale: #848484. Windows color (decimal): -2667809 or 14633687. OLE color: 14633687.
HSL color Cylindrical-coordinate representation of color #D74ADF: hue angle of 296.78º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74ADF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 74 | 223 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.13 |
| HSL | 296.78º | 0.7% | 0.58% | - |
| HSV(B) | 296.78º | 0.67% | 0.87% | - |
| XYZ | 43.79 | 24.67 | 72.27 | - |
| YUV | 133.15 | 178.71 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 223 | 0.04 | 0.67 | 0 | 0.13 | 296.78 | 0.7 | 0.58 |
| Hex | D7 | 4A | DF | 4 | 43 | 0 | D | 129 | 46 | 3A |
| Octal | 327 | 112 | 337 | 4 | 103 | 0 | 15 | 451 | 106 | 72 |
| Binary | 11010111 | 1001010 | 11011111 | 100 | 1000011 | 0 | 1101 | 100101001 | 1000110 | 111010 |
Color Harmonies of #D74ADF
Complementary color
Monochromatic Colors of #D74ADF
Black with #D74ADF
Text Example
Text Example
White with #D74ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74ADF; }
p { color: rgb(215,74,223); }
H1.HeaderClassName
{
color: #D74ADF;
}
.AnyTagClassName
{
color: #D74ADF;
}
</style>
background-color css
<style>
a { background-color: #D74ADF; }
a { background-color: rgb(215,74,223); }
div.DivClassName
{
background-color: #D74ADF;
}
.BgClassName
{
background-color: #D74ADF;
}
</style>
border-color css
<style>
span { border-color: #D74ADF; }
span { border-color: rgb(215,74,223); }
td.TdClassName
{
border-color: #D74ADF;
}
.TagClassName
{
border-color: #D74ADF;
}
</style>