Html Css Color HEX #D74CE3 Free Speech Magenta
📋 copy color: '#D74CE3'red 215 ◦ green 76 ◦ blue 227
Shades of Free Speech Magenta #D74CE3
Tints of Free Speech Magenta #D74CE3
RGB
CMYK
RGB Variations
Color information
#D74CE3 (or 0xD74CE3) is known color: Free Speech Magenta. HEX triplet: D7, 4C and E3. RGB value is (215,76,227). Sum of RGB (Red+Green+Blue) = 215+76+227=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 227 - color contains mainly: blue. Hex color #D74CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CE3 is #28B31C. Grayscale: #868686. Windows color (decimal): -2667293 or 14896343. OLE color: 14896343.
HSL color Cylindrical-coordinate representation of color #D74CE3: hue angle of 295.23º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74CE3 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 76 | 227 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.11 |
| HSL | 295.23º | 0.73% | 0.59% | - |
| HSV(B) | 295.23º | 0.67% | 0.89% | - |
| XYZ | 44.47 | 25.16 | 75.19 | - |
| YUV | 134.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 227 | 0.05 | 0.67 | 0 | 0.11 | 295.23 | 0.73 | 0.59 |
| Hex | D7 | 4C | E3 | 5 | 43 | 0 | B | 127 | 49 | 3B |
| Octal | 327 | 114 | 343 | 5 | 103 | 0 | 13 | 447 | 111 | 73 |
| Binary | 11010111 | 1001100 | 11100011 | 101 | 1000011 | 0 | 1011 | 100100111 | 1001001 | 111011 |
Color Harmonies of #D74CE3
Complementary color
Monochromatic Colors of #D74CE3
Black with #D74CE3
Text Example
Text Example
White with #D74CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CE3; }
p { color: rgb(215,76,227); }
H1.HeaderClassName
{
color: #D74CE3;
}
.AnyTagClassName
{
color: #D74CE3;
}
</style>
background-color css
<style>
a { background-color: #D74CE3; }
a { background-color: rgb(215,76,227); }
div.DivClassName
{
background-color: #D74CE3;
}
.BgClassName
{
background-color: #D74CE3;
}
</style>
border-color css
<style>
span { border-color: #D74CE3; }
span { border-color: rgb(215,76,227); }
td.TdClassName
{
border-color: #D74CE3;
}
.TagClassName
{
border-color: #D74CE3;
}
</style>