Html Css Color HEX #D74CE5 Free Speech Magenta
📋 copy color: '#D74CE5'red 215 ◦ green 76 ◦ blue 229
Shades of Free Speech Magenta #D74CE5
Tints of Free Speech Magenta #D74CE5
RGB
CMYK
RGB Variations
Color information
#D74CE5 (or 0xD74CE5) is known color: Free Speech Magenta. HEX triplet: D7, 4C and E5. RGB value is (215,76,229). Sum of RGB (Red+Green+Blue) = 215+76+229=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #D74CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CE5 is #28B31A. Grayscale: #868686. Windows color (decimal): -2667291 or 15027415. OLE color: 15027415.
HSL color Cylindrical-coordinate representation of color #D74CE5: hue angle of 294.51º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74CE5 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 76 | 229 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.10 |
| HSL | 294.51º | 0.75% | 0.6% | - |
| HSV(B) | 294.51º | 0.67% | 0.9% | - |
| XYZ | 44.75 | 25.27 | 76.65 | - |
| YUV | 135 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 229 | 0.06 | 0.67 | 0 | 0.10 | 294.51 | 0.75 | 0.6 |
| Hex | D7 | 4C | E5 | 6 | 43 | 0 | A | 127 | 4B | 3C |
| Octal | 327 | 114 | 345 | 6 | 103 | 0 | 12 | 447 | 113 | 74 |
| Binary | 11010111 | 1001100 | 11100101 | 110 | 1000011 | 0 | 1010 | 100100111 | 1001011 | 111100 |
Color Harmonies of #D74CE5
Complementary color
Monochromatic Colors of #D74CE5
Black with #D74CE5
Text Example
Text Example
White with #D74CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CE5; }
p { color: rgb(215,76,229); }
H1.HeaderClassName
{
color: #D74CE5;
}
.AnyTagClassName
{
color: #D74CE5;
}
</style>
background-color css
<style>
a { background-color: #D74CE5; }
a { background-color: rgb(215,76,229); }
div.DivClassName
{
background-color: #D74CE5;
}
.BgClassName
{
background-color: #D74CE5;
}
</style>
border-color css
<style>
span { border-color: #D74CE5; }
span { border-color: rgb(215,76,229); }
td.TdClassName
{
border-color: #D74CE5;
}
.TagClassName
{
border-color: #D74CE5;
}
</style>