Html Css Color HEX #D74CE1 Free Speech Magenta
📋 copy color: '#D74CE1'red 215 ◦ green 76 ◦ blue 225
Shades of Free Speech Magenta #D74CE1
Tints of Free Speech Magenta #D74CE1
RGB
CMYK
RGB Variations
Color information
#D74CE1 (or 0xD74CE1) is known color: Free Speech Magenta. HEX triplet: D7, 4C and E1. RGB value is (215,76,225). Sum of RGB (Red+Green+Blue) = 215+76+225=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #D74CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CE1 is #28B31E. Grayscale: #868686. Windows color (decimal): -2667295 or 14765271. OLE color: 14765271.
HSL color Cylindrical-coordinate representation of color #D74CE1: hue angle of 295.97º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74CE1 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 76 | 225 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.12 |
| HSL | 295.97º | 0.71% | 0.59% | - |
| HSV(B) | 295.97º | 0.66% | 0.88% | - |
| XYZ | 44.2 | 25.05 | 73.74 | - |
| YUV | 134.55 | 179.05 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 225 | 0.04 | 0.66 | 0 | 0.12 | 295.97 | 0.71 | 0.59 |
| Hex | D7 | 4C | E1 | 4 | 42 | 0 | C | 128 | 47 | 3B |
| Octal | 327 | 114 | 341 | 4 | 102 | 0 | 14 | 450 | 107 | 73 |
| Binary | 11010111 | 1001100 | 11100001 | 100 | 1000010 | 0 | 1100 | 100101000 | 1000111 | 111011 |
Color Harmonies of #D74CE1
Complementary color
Monochromatic Colors of #D74CE1
Black with #D74CE1
Text Example
Text Example
White with #D74CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CE1; }
p { color: rgb(215,76,225); }
H1.HeaderClassName
{
color: #D74CE1;
}
.AnyTagClassName
{
color: #D74CE1;
}
</style>
background-color css
<style>
a { background-color: #D74CE1; }
a { background-color: rgb(215,76,225); }
div.DivClassName
{
background-color: #D74CE1;
}
.BgClassName
{
background-color: #D74CE1;
}
</style>
border-color css
<style>
span { border-color: #D74CE1; }
span { border-color: rgb(215,76,225); }
td.TdClassName
{
border-color: #D74CE1;
}
.TagClassName
{
border-color: #D74CE1;
}
</style>