Html Css Color HEX #D74AF5 Free Speech Magenta
📋 copy color: '#D74AF5'red 215 ◦ green 74 ◦ blue 245
Shades of Free Speech Magenta #D74AF5
Tints of Free Speech Magenta #D74AF5
RGB
CMYK
RGB Variations
Color information
#D74AF5 (or 0xD74AF5) is known color: Free Speech Magenta. HEX triplet: D7, 4A and F5. RGB value is (215,74,245). Sum of RGB (Red+Green+Blue) = 215+74+245=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #D74AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74AF5 is #28B50A. Grayscale: #878787. Windows color (decimal): -2667787 or 16075479. OLE color: 16075479.
HSL color Cylindrical-coordinate representation of color #D74AF5: hue angle of 289.47º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74AF5 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 74 | 245 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.04 |
| HSL | 289.47º | 0.9% | 0.63% | - |
| HSV(B) | 289.47º | 0.7% | 0.96% | - |
| XYZ | 46.95 | 25.94 | 88.92 | - |
| YUV | 135.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 245 | 0.12 | 0.70 | 0 | 0.04 | 289.47 | 0.9 | 0.63 |
| Hex | D7 | 4A | F5 | C | 46 | 0 | 4 | 121 | 5A | 3F |
| Octal | 327 | 112 | 365 | 14 | 106 | 0 | 4 | 441 | 132 | 77 |
| Binary | 11010111 | 1001010 | 11110101 | 1100 | 1000110 | 0 | 100 | 100100001 | 1011010 | 111111 |
Color Harmonies of #D74AF5
Complementary color
Monochromatic Colors of #D74AF5
Black with #D74AF5
Text Example
Text Example
White with #D74AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AF5; }
p { color: rgb(215,74,245); }
H1.HeaderClassName
{
color: #D74AF5;
}
.AnyTagClassName
{
color: #D74AF5;
}
</style>
background-color css
<style>
a { background-color: #D74AF5; }
a { background-color: rgb(215,74,245); }
div.DivClassName
{
background-color: #D74AF5;
}
.BgClassName
{
background-color: #D74AF5;
}
</style>
border-color css
<style>
span { border-color: #D74AF5; }
span { border-color: rgb(215,74,245); }
td.TdClassName
{
border-color: #D74AF5;
}
.TagClassName
{
border-color: #D74AF5;
}
</style>