Html Css Color HEX #D734DF Free Speech Magenta
📋 copy color: '#D734DF'red 215 ◦ green 52 ◦ blue 223
Shades of Free Speech Magenta #D734DF
Tints of Free Speech Magenta #D734DF
RGB
CMYK
RGB Variations
Color information
#D734DF (or 0xD734DF) is known color: Free Speech Magenta. HEX triplet: D7, 34 and DF. RGB value is (215,52,223). Sum of RGB (Red+Green+Blue) = 215+52+223=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #D734DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D734DF is #28CB20. Grayscale: #777777. Windows color (decimal): -2673441 or 14628055. OLE color: 14628055.
HSL color Cylindrical-coordinate representation of color #D734DF: hue angle of 297.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D734DF is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 52 | 223 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.13 |
| HSL | 297.19º | 0.73% | 0.54% | - |
| HSV(B) | 297.19º | 0.77% | 0.87% | - |
| XYZ | 42.57 | 22.23 | 71.86 | - |
| YUV | 120.23 | 186 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 223 | 0.04 | 0.77 | 0 | 0.13 | 297.19 | 0.73 | 0.54 |
| Hex | D7 | 34 | DF | 4 | 4D | 0 | D | 129 | 49 | 36 |
| Octal | 327 | 64 | 337 | 4 | 115 | 0 | 15 | 451 | 111 | 66 |
| Binary | 11010111 | 110100 | 11011111 | 100 | 1001101 | 0 | 1101 | 100101001 | 1001001 | 110110 |
Color Harmonies of #D734DF
Complementary color
Monochromatic Colors of #D734DF
Black with #D734DF
Text Example
Text Example
White with #D734DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D734DF; }
p { color: rgb(215,52,223); }
H1.HeaderClassName
{
color: #D734DF;
}
.AnyTagClassName
{
color: #D734DF;
}
</style>
background-color css
<style>
a { background-color: #D734DF; }
a { background-color: rgb(215,52,223); }
div.DivClassName
{
background-color: #D734DF;
}
.BgClassName
{
background-color: #D734DF;
}
</style>
border-color css
<style>
span { border-color: #D734DF; }
span { border-color: rgb(215,52,223); }
td.TdClassName
{
border-color: #D734DF;
}
.TagClassName
{
border-color: #D734DF;
}
</style>