Html Css Color HEX #D74AD0 Free Speech Magenta
📋 copy color: '#D74AD0'red 215 ◦ green 74 ◦ blue 208
Shades of Free Speech Magenta #D74AD0
Tints of Free Speech Magenta #D74AD0
RGB
CMYK
RGB Variations
Color information
#D74AD0 (or 0xD74AD0) is known color: Free Speech Magenta. HEX triplet: D7, 4A and D0. RGB value is (215,74,208). Sum of RGB (Red+Green+Blue) = 215+74+208=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D74AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74AD0 is #28B52F. Grayscale: #838383. Windows color (decimal): -2667824 or 13650647. OLE color: 13650647.
HSL color Cylindrical-coordinate representation of color #D74AD0: hue angle of 302.98º 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 #D74AD0 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 208 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.16 |
| HSL | 302.98º | 0.64% | 0.57% | - |
| HSV(B) | 302.98º | 0.66% | 0.84% | - |
| XYZ | 41.86 | 23.9 | 62.08 | - |
| YUV | 131.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 208 | 0 | 0.66 | 0.03 | 0.16 | 302.98 | 0.64 | 0.57 |
| Hex | D7 | 4A | D0 | 0 | 42 | 3 | 10 | 12F | 40 | 39 |
| Octal | 327 | 112 | 320 | 0 | 102 | 3 | 20 | 457 | 100 | 71 |
| Binary | 11010111 | 1001010 | 11010000 | 0 | 1000010 | 11 | 10000 | 100101111 | 1000000 | 111001 |
Color Harmonies of #D74AD0
Complementary color
Monochromatic Colors of #D74AD0
Black with #D74AD0
Text Example
Text Example
White with #D74AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AD0; }
p { color: rgb(215,74,208); }
H1.HeaderClassName
{
color: #D74AD0;
}
.AnyTagClassName
{
color: #D74AD0;
}
</style>
background-color css
<style>
a { background-color: #D74AD0; }
a { background-color: rgb(215,74,208); }
div.DivClassName
{
background-color: #D74AD0;
}
.BgClassName
{
background-color: #D74AD0;
}
</style>
border-color css
<style>
span { border-color: #D74AD0; }
span { border-color: rgb(215,74,208); }
td.TdClassName
{
border-color: #D74AD0;
}
.TagClassName
{
border-color: #D74AD0;
}
</style>