Html Css Color HEX #D74CDA Free Speech Magenta
📋 copy color: '#D74CDA'red 215 ◦ green 76 ◦ blue 218
Shades of Free Speech Magenta #D74CDA
Tints of Free Speech Magenta #D74CDA
RGB
CMYK
RGB Variations
Color information
#D74CDA (or 0xD74CDA) is known color: Free Speech Magenta. HEX triplet: D7, 4C and DA. RGB value is (215,76,218). Sum of RGB (Red+Green+Blue) = 215+76+218=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #D74CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CDA is #28B325. Grayscale: #858585. Windows color (decimal): -2667302 or 14306519. OLE color: 14306519.
HSL color Cylindrical-coordinate representation of color #D74CDA: hue angle of 298.73º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74CDA is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 76 | 218 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.15 |
| HSL | 298.73º | 0.66% | 0.58% | - |
| HSV(B) | 298.73º | 0.65% | 0.85% | - |
| XYZ | 43.26 | 24.68 | 68.81 | - |
| YUV | 133.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 218 | 0.01 | 0.65 | 0 | 0.15 | 298.73 | 0.66 | 0.58 |
| Hex | D7 | 4C | DA | 1 | 41 | 0 | F | 12B | 42 | 3A |
| Octal | 327 | 114 | 332 | 1 | 101 | 0 | 17 | 453 | 102 | 72 |
| Binary | 11010111 | 1001100 | 11011010 | 1 | 1000001 | 0 | 1111 | 100101011 | 1000010 | 111010 |
Color Harmonies of #D74CDA
Complementary color
Monochromatic Colors of #D74CDA
Black with #D74CDA
Text Example
Text Example
White with #D74CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CDA; }
p { color: rgb(215,76,218); }
H1.HeaderClassName
{
color: #D74CDA;
}
.AnyTagClassName
{
color: #D74CDA;
}
</style>
background-color css
<style>
a { background-color: #D74CDA; }
a { background-color: rgb(215,76,218); }
div.DivClassName
{
background-color: #D74CDA;
}
.BgClassName
{
background-color: #D74CDA;
}
</style>
border-color css
<style>
span { border-color: #D74CDA; }
span { border-color: rgb(215,76,218); }
td.TdClassName
{
border-color: #D74CDA;
}
.TagClassName
{
border-color: #D74CDA;
}
</style>