Html Css Color HEX #D84CDA Free Speech Magenta
📋 copy color: '#D84CDA'red 216 ◦ green 76 ◦ blue 218
Shades of Free Speech Magenta #D84CDA
Tints of Free Speech Magenta #D84CDA
RGB
CMYK
RGB Variations
Color information
#D84CDA (or 0xD84CDA) is known color: Free Speech Magenta. HEX triplet: D8, 4C and DA. RGB value is (216,76,218). Sum of RGB (Red+Green+Blue) = 216+76+218=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #D84CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CDA is #27B325. Grayscale: #858585. Windows color (decimal): -2601766 or 14306520. OLE color: 14306520.
HSL color Cylindrical-coordinate representation of color #D84CDA: hue angle of 299.15º 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 #D84CDA is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 76 | 218 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.15 |
| HSL | 299.15º | 0.66% | 0.58% | - |
| HSV(B) | 299.15º | 0.65% | 0.85% | - |
| XYZ | 43.56 | 24.83 | 68.83 | - |
| YUV | 134.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 76 | 218 | 0.01 | 0.65 | 0 | 0.15 | 299.15 | 0.66 | 0.58 |
| Hex | D8 | 4C | DA | 1 | 41 | 0 | F | 12B | 42 | 3A |
| Octal | 330 | 114 | 332 | 1 | 101 | 0 | 17 | 453 | 102 | 72 |
| Binary | 11011000 | 1001100 | 11011010 | 1 | 1000001 | 0 | 1111 | 100101011 | 1000010 | 111010 |
Color Harmonies of #D84CDA
Complementary color
Monochromatic Colors of #D84CDA
Black with #D84CDA
Text Example
Text Example
White with #D84CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84CDA; }
p { color: rgb(216,76,218); }
H1.HeaderClassName
{
color: #D84CDA;
}
.AnyTagClassName
{
color: #D84CDA;
}
</style>
background-color css
<style>
a { background-color: #D84CDA; }
a { background-color: rgb(216,76,218); }
div.DivClassName
{
background-color: #D84CDA;
}
.BgClassName
{
background-color: #D84CDA;
}
</style>
border-color css
<style>
span { border-color: #D84CDA; }
span { border-color: rgb(216,76,218); }
td.TdClassName
{
border-color: #D84CDA;
}
.TagClassName
{
border-color: #D84CDA;
}
</style>