Html Css Color HEX #D43CDD Free Speech Magenta
📋 copy color: '#D43CDD'red 212 ◦ green 60 ◦ blue 221
Shades of Free Speech Magenta #D43CDD
Tints of Free Speech Magenta #D43CDD
RGB
CMYK
RGB Variations
Color information
#D43CDD (or 0xD43CDD) is known color: Free Speech Magenta. HEX triplet: D4, 3C and DD. RGB value is (212,60,221). Sum of RGB (Red+Green+Blue) = 212+60+221=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #D43CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43CDD is #2BC322. Grayscale: #7B7B7B. Windows color (decimal): -2868003 or 14499028. OLE color: 14499028.
HSL color Cylindrical-coordinate representation of color #D43CDD: hue angle of 296.65º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43CDD is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 60 | 221 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.13 |
| HSL | 296.65º | 0.7% | 0.55% | - |
| HSV(B) | 296.65º | 0.73% | 0.87% | - |
| XYZ | 41.82 | 22.45 | 70.54 | - |
| YUV | 123.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 221 | 0.04 | 0.73 | 0 | 0.13 | 296.65 | 0.7 | 0.55 |
| Hex | D4 | 3C | DD | 4 | 49 | 0 | D | 129 | 46 | 37 |
| Octal | 324 | 74 | 335 | 4 | 111 | 0 | 15 | 451 | 106 | 67 |
| Binary | 11010100 | 111100 | 11011101 | 100 | 1001001 | 0 | 1101 | 100101001 | 1000110 | 110111 |
Color Harmonies of #D43CDD
Complementary color
Monochromatic Colors of #D43CDD
Black with #D43CDD
Text Example
Text Example
White with #D43CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43CDD; }
p { color: rgb(212,60,221); }
H1.HeaderClassName
{
color: #D43CDD;
}
.AnyTagClassName
{
color: #D43CDD;
}
</style>
background-color css
<style>
a { background-color: #D43CDD; }
a { background-color: rgb(212,60,221); }
div.DivClassName
{
background-color: #D43CDD;
}
.BgClassName
{
background-color: #D43CDD;
}
</style>
border-color css
<style>
span { border-color: #D43CDD; }
span { border-color: rgb(212,60,221); }
td.TdClassName
{
border-color: #D43CDD;
}
.TagClassName
{
border-color: #D43CDD;
}
</style>