Html Css Color HEX #D74ACF Free Speech Magenta
📋 copy color: '#D74ACF'red 215 ◦ green 74 ◦ blue 207
Shades of Free Speech Magenta #D74ACF
Tints of Free Speech Magenta #D74ACF
RGB
CMYK
RGB Variations
Color information
#D74ACF (or 0xD74ACF) is known color: Free Speech Magenta. HEX triplet: D7, 4A and CF. RGB value is (215,74,207). Sum of RGB (Red+Green+Blue) = 215+74+207=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ACF is #28B530. Grayscale: #828282. Windows color (decimal): -2667825 or 13585111. OLE color: 13585111.
HSL color Cylindrical-coordinate representation of color #D74ACF: hue angle of 303.4º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74ACF is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 207 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.16 |
| HSL | 303.4º | 0.64% | 0.57% | - |
| HSV(B) | 303.4º | 0.66% | 0.84% | - |
| XYZ | 41.74 | 23.85 | 61.44 | - |
| YUV | 131.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 207 | 0 | 0.66 | 0.04 | 0.16 | 303.4 | 0.64 | 0.57 |
| Hex | D7 | 4A | CF | 0 | 42 | 4 | 10 | 12F | 40 | 39 |
| Octal | 327 | 112 | 317 | 0 | 102 | 4 | 20 | 457 | 100 | 71 |
| Binary | 11010111 | 1001010 | 11001111 | 0 | 1000010 | 100 | 10000 | 100101111 | 1000000 | 111001 |
Color Harmonies of #D74ACF
Complementary color
Monochromatic Colors of #D74ACF
Black with #D74ACF
Text Example
Text Example
White with #D74ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74ACF; }
p { color: rgb(215,74,207); }
H1.HeaderClassName
{
color: #D74ACF;
}
.AnyTagClassName
{
color: #D74ACF;
}
</style>
background-color css
<style>
a { background-color: #D74ACF; }
a { background-color: rgb(215,74,207); }
div.DivClassName
{
background-color: #D74ACF;
}
.BgClassName
{
background-color: #D74ACF;
}
</style>
border-color css
<style>
span { border-color: #D74ACF; }
span { border-color: rgb(215,74,207); }
td.TdClassName
{
border-color: #D74ACF;
}
.TagClassName
{
border-color: #D74ACF;
}
</style>