Html Css Color HEX #D74CE6 Free Speech Magenta
📋 copy color: '#D74CE6'red 215 ◦ green 76 ◦ blue 230
Shades of Free Speech Magenta #D74CE6
Tints of Free Speech Magenta #D74CE6
RGB
CMYK
RGB Variations
Color information
#D74CE6 (or 0xD74CE6) is known color: Free Speech Magenta. HEX triplet: D7, 4C and E6. RGB value is (215,76,230). Sum of RGB (Red+Green+Blue) = 215+76+230=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #D74CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74CE6 is #28B319. Grayscale: #868686. Windows color (decimal): -2667290 or 15092951. OLE color: 15092951.
HSL color Cylindrical-coordinate representation of color #D74CE6: hue angle of 294.16º 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 #D74CE6 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 76 | 230 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.10 |
| HSL | 294.16º | 0.75% | 0.6% | - |
| HSV(B) | 294.16º | 0.67% | 0.9% | - |
| XYZ | 44.89 | 25.33 | 77.39 | - |
| YUV | 135.12 | 181.55 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 230 | 0.07 | 0.67 | 0 | 0.10 | 294.16 | 0.75 | 0.6 |
| Hex | D7 | 4C | E6 | 7 | 43 | 0 | A | 126 | 4B | 3C |
| Octal | 327 | 114 | 346 | 7 | 103 | 0 | 12 | 446 | 113 | 74 |
| Binary | 11010111 | 1001100 | 11100110 | 111 | 1000011 | 0 | 1010 | 100100110 | 1001011 | 111100 |
Color Harmonies of #D74CE6
Complementary color
Monochromatic Colors of #D74CE6
Black with #D74CE6
Text Example
Text Example
White with #D74CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CE6; }
p { color: rgb(215,76,230); }
H1.HeaderClassName
{
color: #D74CE6;
}
.AnyTagClassName
{
color: #D74CE6;
}
</style>
background-color css
<style>
a { background-color: #D74CE6; }
a { background-color: rgb(215,76,230); }
div.DivClassName
{
background-color: #D74CE6;
}
.BgClassName
{
background-color: #D74CE6;
}
</style>
border-color css
<style>
span { border-color: #D74CE6; }
span { border-color: rgb(215,76,230); }
td.TdClassName
{
border-color: #D74CE6;
}
.TagClassName
{
border-color: #D74CE6;
}
</style>