Html Css Color HEX #D432DF Free Speech Magenta
📋 copy color: '#D432DF'red 212 ◦ green 50 ◦ blue 223
Shades of Free Speech Magenta #D432DF
Tints of Free Speech Magenta #D432DF
RGB
CMYK
RGB Variations
Color information
#D432DF (or 0xD432DF) is known color: Free Speech Magenta. HEX triplet: D4, 32 and DF. RGB value is (212,50,223). Sum of RGB (Red+Green+Blue) = 212+50+223=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #D432DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D432DF is #2BCD20. Grayscale: #757575. Windows color (decimal): -2870561 or 14627540. OLE color: 14627540.
HSL color Cylindrical-coordinate representation of color #D432DF: hue angle of 296.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D432DF is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 50 | 223 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.13 |
| HSL | 296.19º | 0.73% | 0.54% | - |
| HSV(B) | 296.19º | 0.78% | 0.87% | - |
| XYZ | 41.61 | 21.61 | 71.79 | - |
| YUV | 118.16 | 187.17 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 223 | 0.05 | 0.78 | 0 | 0.13 | 296.19 | 0.73 | 0.54 |
| Hex | D4 | 32 | DF | 5 | 4E | 0 | D | 128 | 49 | 36 |
| Octal | 324 | 62 | 337 | 5 | 116 | 0 | 15 | 450 | 111 | 66 |
| Binary | 11010100 | 110010 | 11011111 | 101 | 1001110 | 0 | 1101 | 100101000 | 1001001 | 110110 |
Color Harmonies of #D432DF
Complementary color
Monochromatic Colors of #D432DF
Black with #D432DF
Text Example
Text Example
White with #D432DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D432DF; }
p { color: rgb(212,50,223); }
H1.HeaderClassName
{
color: #D432DF;
}
.AnyTagClassName
{
color: #D432DF;
}
</style>
background-color css
<style>
a { background-color: #D432DF; }
a { background-color: rgb(212,50,223); }
div.DivClassName
{
background-color: #D432DF;
}
.BgClassName
{
background-color: #D432DF;
}
</style>
border-color css
<style>
span { border-color: #D432DF; }
span { border-color: rgb(212,50,223); }
td.TdClassName
{
border-color: #D432DF;
}
.TagClassName
{
border-color: #D432DF;
}
</style>