Html Css Color HEX #D432DC Free Speech Magenta
📋 copy color: '#D432DC'red 212 ◦ green 50 ◦ blue 220
Shades of Free Speech Magenta #D432DC
Tints of Free Speech Magenta #D432DC
RGB
CMYK
RGB Variations
Color information
#D432DC (or 0xD432DC) is known color: Free Speech Magenta. HEX triplet: D4, 32 and DC. RGB value is (212,50,220). Sum of RGB (Red+Green+Blue) = 212+50+220=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #D432DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D432DC is #2BCD23. Grayscale: #757575. Windows color (decimal): -2870564 or 14430932. OLE color: 14430932.
HSL color Cylindrical-coordinate representation of color #D432DC: hue angle of 297.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D432DC is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 50 | 220 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.14 |
| HSL | 297.18º | 0.71% | 0.53% | - |
| HSV(B) | 297.18º | 0.77% | 0.86% | - |
| XYZ | 41.21 | 21.45 | 69.68 | - |
| YUV | 117.82 | 185.67 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 220 | 0.04 | 0.77 | 0 | 0.14 | 297.18 | 0.71 | 0.53 |
| Hex | D4 | 32 | DC | 4 | 4D | 0 | E | 129 | 47 | 35 |
| Octal | 324 | 62 | 334 | 4 | 115 | 0 | 16 | 451 | 107 | 65 |
| Binary | 11010100 | 110010 | 11011100 | 100 | 1001101 | 0 | 1110 | 100101001 | 1000111 | 110101 |
Color Harmonies of #D432DC
Complementary color
Monochromatic Colors of #D432DC
Black with #D432DC
Text Example
Text Example
White with #D432DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D432DC; }
p { color: rgb(212,50,220); }
H1.HeaderClassName
{
color: #D432DC;
}
.AnyTagClassName
{
color: #D432DC;
}
</style>
background-color css
<style>
a { background-color: #D432DC; }
a { background-color: rgb(212,50,220); }
div.DivClassName
{
background-color: #D432DC;
}
.BgClassName
{
background-color: #D432DC;
}
</style>
border-color css
<style>
span { border-color: #D432DC; }
span { border-color: rgb(212,50,220); }
td.TdClassName
{
border-color: #D432DC;
}
.TagClassName
{
border-color: #D432DC;
}
</style>