Html Css Color HEX #D74ADE Free Speech Magenta
📋 copy color: '#D74ADE'red 215 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #D74ADE
Tints of Free Speech Magenta #D74ADE
RGB
CMYK
RGB Variations
Color information
#D74ADE (or 0xD74ADE) is known color: Free Speech Magenta. HEX triplet: D7, 4A and DE. RGB value is (215,74,222). Sum of RGB (Red+Green+Blue) = 215+74+222=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #D74ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ADE is #28B521. Grayscale: #848484. Windows color (decimal): -2667810 or 14568151. OLE color: 14568151.
HSL color Cylindrical-coordinate representation of color #D74ADE: hue angle of 297.16º degrees, saturation: 0.69, 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 #D74ADE is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 74 | 222 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.13 |
| HSL | 297.16º | 0.69% | 0.58% | - |
| HSV(B) | 297.16º | 0.67% | 0.87% | - |
| XYZ | 43.66 | 24.62 | 71.56 | - |
| YUV | 133.03 | 178.21 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 222 | 0.03 | 0.67 | 0 | 0.13 | 297.16 | 0.69 | 0.58 |
| Hex | D7 | 4A | DE | 3 | 43 | 0 | D | 129 | 45 | 3A |
| Octal | 327 | 112 | 336 | 3 | 103 | 0 | 15 | 451 | 105 | 72 |
| Binary | 11010111 | 1001010 | 11011110 | 11 | 1000011 | 0 | 1101 | 100101001 | 1000101 | 111010 |
Color Harmonies of #D74ADE
Complementary color
Monochromatic Colors of #D74ADE
Black with #D74ADE
Text Example
Text Example
White with #D74ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74ADE; }
p { color: rgb(215,74,222); }
H1.HeaderClassName
{
color: #D74ADE;
}
.AnyTagClassName
{
color: #D74ADE;
}
</style>
background-color css
<style>
a { background-color: #D74ADE; }
a { background-color: rgb(215,74,222); }
div.DivClassName
{
background-color: #D74ADE;
}
.BgClassName
{
background-color: #D74ADE;
}
</style>
border-color css
<style>
span { border-color: #D74ADE; }
span { border-color: rgb(215,74,222); }
td.TdClassName
{
border-color: #D74ADE;
}
.TagClassName
{
border-color: #D74ADE;
}
</style>