Html Css Color HEX #D74ACD Free Speech Magenta
📋 copy color: '#D74ACD'red 215 ◦ green 74 ◦ blue 205
Shades of Free Speech Magenta #D74ACD
Tints of Free Speech Magenta #D74ACD
RGB
CMYK
RGB Variations
Color information
#D74ACD (or 0xD74ACD) is known color: Free Speech Magenta. HEX triplet: D7, 4A and CD. RGB value is (215,74,205). Sum of RGB (Red+Green+Blue) = 215+74+205=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ACD is #28B532. Grayscale: #828282. Windows color (decimal): -2667827 or 13454039. OLE color: 13454039.
HSL color Cylindrical-coordinate representation of color #D74ACD: hue angle of 304.26º 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 #D74ACD is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 205 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.16 |
| HSL | 304.26º | 0.64% | 0.57% | - |
| HSV(B) | 304.26º | 0.66% | 0.84% | - |
| XYZ | 41.49 | 23.75 | 60.16 | - |
| YUV | 131.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 205 | 0 | 0.66 | 0.05 | 0.16 | 304.26 | 0.64 | 0.57 |
| Hex | D7 | 4A | CD | 0 | 42 | 5 | 10 | 130 | 40 | 39 |
| Octal | 327 | 112 | 315 | 0 | 102 | 5 | 20 | 460 | 100 | 71 |
| Binary | 11010111 | 1001010 | 11001101 | 0 | 1000010 | 101 | 10000 | 100110000 | 1000000 | 111001 |
Color Harmonies of #D74ACD
Complementary color
Monochromatic Colors of #D74ACD
Black with #D74ACD
Text Example
Text Example
White with #D74ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74ACD; }
p { color: rgb(215,74,205); }
H1.HeaderClassName
{
color: #D74ACD;
}
.AnyTagClassName
{
color: #D74ACD;
}
</style>
background-color css
<style>
a { background-color: #D74ACD; }
a { background-color: rgb(215,74,205); }
div.DivClassName
{
background-color: #D74ACD;
}
.BgClassName
{
background-color: #D74ACD;
}
</style>
border-color css
<style>
span { border-color: #D74ACD; }
span { border-color: rgb(215,74,205); }
td.TdClassName
{
border-color: #D74ACD;
}
.TagClassName
{
border-color: #D74ACD;
}
</style>