Html Css Color HEX #D74DC7 Free Speech Magenta
📋 copy color: '#D74DC7'red 215 ◦ green 77 ◦ blue 199
Shades of Free Speech Magenta #D74DC7
Tints of Free Speech Magenta #D74DC7
RGB
CMYK
RGB Variations
Color information
#D74DC7 (or 0xD74DC7) is known color: Free Speech Magenta. HEX triplet: D7, 4D and C7. RGB value is (215,77,199). Sum of RGB (Red+Green+Blue) = 215+77+199=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DC7 is #28B238. Grayscale: #838383. Windows color (decimal): -2667065 or 13061591. OLE color: 13061591.
HSL color Cylindrical-coordinate representation of color #D74DC7: hue angle of 306.96º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74DC7 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 199 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.16 |
| HSL | 306.96º | 0.63% | 0.57% | - |
| HSV(B) | 306.96º | 0.64% | 0.84% | - |
| XYZ | 40.99 | 23.88 | 56.48 | - |
| YUV | 132.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 199 | 0 | 0.64 | 0.07 | 0.16 | 306.96 | 0.63 | 0.57 |
| Hex | D7 | 4D | C7 | 0 | 40 | 7 | 10 | 133 | 3F | 39 |
| Octal | 327 | 115 | 307 | 0 | 100 | 7 | 20 | 463 | 77 | 71 |
| Binary | 11010111 | 1001101 | 11000111 | 0 | 1000000 | 111 | 10000 | 100110011 | 111111 | 111001 |
Color Harmonies of #D74DC7
Complementary color
Monochromatic Colors of #D74DC7
Black with #D74DC7
Text Example
Text Example
White with #D74DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DC7; }
p { color: rgb(215,77,199); }
H1.HeaderClassName
{
color: #D74DC7;
}
.AnyTagClassName
{
color: #D74DC7;
}
</style>
background-color css
<style>
a { background-color: #D74DC7; }
a { background-color: rgb(215,77,199); }
div.DivClassName
{
background-color: #D74DC7;
}
.BgClassName
{
background-color: #D74DC7;
}
</style>
border-color css
<style>
span { border-color: #D74DC7; }
span { border-color: rgb(215,77,199); }
td.TdClassName
{
border-color: #D74DC7;
}
.TagClassName
{
border-color: #D74DC7;
}
</style>