Html Css Color HEX #D74AD5 Free Speech Magenta
📋 copy color: '#D74AD5'red 215 ◦ green 74 ◦ blue 213
Shades of Free Speech Magenta #D74AD5
Tints of Free Speech Magenta #D74AD5
RGB
CMYK
RGB Variations
Color information
#D74AD5 (or 0xD74AD5) is known color: Free Speech Magenta. HEX triplet: D7, 4A and D5. RGB value is (215,74,213). Sum of RGB (Red+Green+Blue) = 215+74+213=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AD5 is #28B52A. Grayscale: #838383. Windows color (decimal): -2667819 or 13978327. OLE color: 13978327.
HSL color Cylindrical-coordinate representation of color #D74AD5: hue angle of 300.85º 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 #D74AD5 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 213 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.16 |
| HSL | 300.85º | 0.64% | 0.57% | - |
| HSV(B) | 300.85º | 0.66% | 0.84% | - |
| XYZ | 42.48 | 24.15 | 65.37 | - |
| YUV | 132.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 213 | 0 | 0.66 | 0.01 | 0.16 | 300.85 | 0.64 | 0.57 |
| Hex | D7 | 4A | D5 | 0 | 42 | 1 | 10 | 12D | 40 | 39 |
| Octal | 327 | 112 | 325 | 0 | 102 | 1 | 20 | 455 | 100 | 71 |
| Binary | 11010111 | 1001010 | 11010101 | 0 | 1000010 | 1 | 10000 | 100101101 | 1000000 | 111001 |
Color Harmonies of #D74AD5
Complementary color
Monochromatic Colors of #D74AD5
Black with #D74AD5
Text Example
Text Example
White with #D74AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AD5; }
p { color: rgb(215,74,213); }
H1.HeaderClassName
{
color: #D74AD5;
}
.AnyTagClassName
{
color: #D74AD5;
}
</style>
background-color css
<style>
a { background-color: #D74AD5; }
a { background-color: rgb(215,74,213); }
div.DivClassName
{
background-color: #D74AD5;
}
.BgClassName
{
background-color: #D74AD5;
}
</style>
border-color css
<style>
span { border-color: #D74AD5; }
span { border-color: rgb(215,74,213); }
td.TdClassName
{
border-color: #D74AD5;
}
.TagClassName
{
border-color: #D74AD5;
}
</style>