Html Css Color HEX #D43FDC Free Speech Magenta
📋 copy color: '#D43FDC'red 212 ◦ green 63 ◦ blue 220
Shades of Free Speech Magenta #D43FDC
Tints of Free Speech Magenta #D43FDC
RGB
CMYK
RGB Variations
Color information
#D43FDC (or 0xD43FDC) is known color: Free Speech Magenta. HEX triplet: D4, 3F and DC. RGB value is (212,63,220). Sum of RGB (Red+Green+Blue) = 212+63+220=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #D43FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43FDC is #2BC023. Grayscale: #7C7C7C. Windows color (decimal): -2867236 or 14434260. OLE color: 14434260.
HSL color Cylindrical-coordinate representation of color #D43FDC: hue angle of 296.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43FDC is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 63 | 220 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.14 |
| HSL | 296.94º | 0.69% | 0.55% | - |
| HSV(B) | 296.94º | 0.71% | 0.86% | - |
| XYZ | 41.85 | 22.72 | 69.89 | - |
| YUV | 125.45 | 181.36 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 220 | 0.04 | 0.71 | 0 | 0.14 | 296.94 | 0.69 | 0.55 |
| Hex | D4 | 3F | DC | 4 | 47 | 0 | E | 129 | 45 | 37 |
| Octal | 324 | 77 | 334 | 4 | 107 | 0 | 16 | 451 | 105 | 67 |
| Binary | 11010100 | 111111 | 11011100 | 100 | 1000111 | 0 | 1110 | 100101001 | 1000101 | 110111 |
Color Harmonies of #D43FDC
Complementary color
Monochromatic Colors of #D43FDC
Black with #D43FDC
Text Example
Text Example
White with #D43FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43FDC; }
p { color: rgb(212,63,220); }
H1.HeaderClassName
{
color: #D43FDC;
}
.AnyTagClassName
{
color: #D43FDC;
}
</style>
background-color css
<style>
a { background-color: #D43FDC; }
a { background-color: rgb(212,63,220); }
div.DivClassName
{
background-color: #D43FDC;
}
.BgClassName
{
background-color: #D43FDC;
}
</style>
border-color css
<style>
span { border-color: #D43FDC; }
span { border-color: rgb(212,63,220); }
td.TdClassName
{
border-color: #D43FDC;
}
.TagClassName
{
border-color: #D43FDC;
}
</style>