Html Css Color HEX #D74ACC Free Speech Magenta
📋 copy color: '#D74ACC'red 215 ◦ green 74 ◦ blue 204
Shades of Free Speech Magenta #D74ACC
Tints of Free Speech Magenta #D74ACC
RGB
CMYK
RGB Variations
Color information
#D74ACC (or 0xD74ACC) is known color: Free Speech Magenta. HEX triplet: D7, 4A and CC. RGB value is (215,74,204). Sum of RGB (Red+Green+Blue) = 215+74+204=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D74ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ACC is #28B533. Grayscale: #828282. Windows color (decimal): -2667828 or 13388503. OLE color: 13388503.
HSL color Cylindrical-coordinate representation of color #D74ACC: hue angle of 304.68º 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 #D74ACC is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 204 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.16 |
| HSL | 304.68º | 0.64% | 0.57% | - |
| HSV(B) | 304.68º | 0.66% | 0.84% | - |
| XYZ | 41.37 | 23.7 | 59.52 | - |
| YUV | 130.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 204 | 0 | 0.66 | 0.05 | 0.16 | 304.68 | 0.64 | 0.57 |
| Hex | D7 | 4A | CC | 0 | 42 | 5 | 10 | 131 | 40 | 39 |
| Octal | 327 | 112 | 314 | 0 | 102 | 5 | 20 | 461 | 100 | 71 |
| Binary | 11010111 | 1001010 | 11001100 | 0 | 1000010 | 101 | 10000 | 100110001 | 1000000 | 111001 |
Color Harmonies of #D74ACC
Complementary color
Monochromatic Colors of #D74ACC
Black with #D74ACC
Text Example
Text Example
White with #D74ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74ACC; }
p { color: rgb(215,74,204); }
H1.HeaderClassName
{
color: #D74ACC;
}
.AnyTagClassName
{
color: #D74ACC;
}
</style>
background-color css
<style>
a { background-color: #D74ACC; }
a { background-color: rgb(215,74,204); }
div.DivClassName
{
background-color: #D74ACC;
}
.BgClassName
{
background-color: #D74ACC;
}
</style>
border-color css
<style>
span { border-color: #D74ACC; }
span { border-color: rgb(215,74,204); }
td.TdClassName
{
border-color: #D74ACC;
}
.TagClassName
{
border-color: #D74ACC;
}
</style>