Html Css Color HEX #D74ADC Free Speech Magenta
📋 copy color: '#D74ADC'red 215 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #D74ADC
Tints of Free Speech Magenta #D74ADC
RGB
CMYK
RGB Variations
Color information
#D74ADC (or 0xD74ADC) is known color: Free Speech Magenta. HEX triplet: D7, 4A and DC. RGB value is (215,74,220). Sum of RGB (Red+Green+Blue) = 215+74+220=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #D74ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ADC is #28B523. Grayscale: #848484. Windows color (decimal): -2667812 or 14437079. OLE color: 14437079.
HSL color Cylindrical-coordinate representation of color #D74ADC: hue angle of 297.95º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74ADC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 74 | 220 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.14 |
| HSL | 297.95º | 0.68% | 0.58% | - |
| HSV(B) | 297.95º | 0.66% | 0.86% | - |
| XYZ | 43.39 | 24.51 | 70.15 | - |
| YUV | 132.8 | 177.21 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 220 | 0.02 | 0.66 | 0 | 0.14 | 297.95 | 0.68 | 0.58 |
| Hex | D7 | 4A | DC | 2 | 42 | 0 | E | 12A | 44 | 3A |
| Octal | 327 | 112 | 334 | 2 | 102 | 0 | 16 | 452 | 104 | 72 |
| Binary | 11010111 | 1001010 | 11011100 | 10 | 1000010 | 0 | 1110 | 100101010 | 1000100 | 111010 |
Color Harmonies of #D74ADC
Complementary color
Monochromatic Colors of #D74ADC
Black with #D74ADC
Text Example
Text Example
White with #D74ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74ADC; }
p { color: rgb(215,74,220); }
H1.HeaderClassName
{
color: #D74ADC;
}
.AnyTagClassName
{
color: #D74ADC;
}
</style>
background-color css
<style>
a { background-color: #D74ADC; }
a { background-color: rgb(215,74,220); }
div.DivClassName
{
background-color: #D74ADC;
}
.BgClassName
{
background-color: #D74ADC;
}
</style>
border-color css
<style>
span { border-color: #D74ADC; }
span { border-color: rgb(215,74,220); }
td.TdClassName
{
border-color: #D74ADC;
}
.TagClassName
{
border-color: #D74ADC;
}
</style>