Html Css Color HEX #D74AD4 Free Speech Magenta
📋 copy color: '#D74AD4'red 215 ◦ green 74 ◦ blue 212
Shades of Free Speech Magenta #D74AD4
Tints of Free Speech Magenta #D74AD4
RGB
CMYK
RGB Variations
Color information
#D74AD4 (or 0xD74AD4) is known color: Free Speech Magenta. HEX triplet: D7, 4A and D4. RGB value is (215,74,212). Sum of RGB (Red+Green+Blue) = 215+74+212=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AD4 is #28B52B. Grayscale: #838383. Windows color (decimal): -2667820 or 13912791. OLE color: 13912791.
HSL color Cylindrical-coordinate representation of color #D74AD4: hue angle of 301.28º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74AD4 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 212 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.16 |
| HSL | 301.28º | 0.64% | 0.57% | - |
| HSV(B) | 301.28º | 0.66% | 0.84% | - |
| XYZ | 42.36 | 24.1 | 64.71 | - |
| YUV | 131.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 212 | 0 | 0.66 | 0.01 | 0.16 | 301.28 | 0.64 | 0.57 |
| Hex | D7 | 4A | D4 | 0 | 42 | 1 | 10 | 12D | 40 | 39 |
| Octal | 327 | 112 | 324 | 0 | 102 | 1 | 20 | 455 | 100 | 71 |
| Binary | 11010111 | 1001010 | 11010100 | 0 | 1000010 | 1 | 10000 | 100101101 | 1000000 | 111001 |
Color Harmonies of #D74AD4
Complementary color
Monochromatic Colors of #D74AD4
Black with #D74AD4
Text Example
Text Example
White with #D74AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AD4; }
p { color: rgb(215,74,212); }
H1.HeaderClassName
{
color: #D74AD4;
}
.AnyTagClassName
{
color: #D74AD4;
}
</style>
background-color css
<style>
a { background-color: #D74AD4; }
a { background-color: rgb(215,74,212); }
div.DivClassName
{
background-color: #D74AD4;
}
.BgClassName
{
background-color: #D74AD4;
}
</style>
border-color css
<style>
span { border-color: #D74AD4; }
span { border-color: rgb(215,74,212); }
td.TdClassName
{
border-color: #D74AD4;
}
.TagClassName
{
border-color: #D74AD4;
}
</style>