Html Css Color HEX #D440DF Free Speech Magenta
📋 copy color: '#D440DF'red 212 ◦ green 64 ◦ blue 223
Shades of Free Speech Magenta #D440DF
Tints of Free Speech Magenta #D440DF
RGB
CMYK
RGB Variations
Color information
#D440DF (or 0xD440DF) is known color: Free Speech Magenta. HEX triplet: D4, 40 and DF. RGB value is (212,64,223). Sum of RGB (Red+Green+Blue) = 212+64+223=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #D440DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440DF is #2BBF20. Grayscale: #7D7D7D. Windows color (decimal): -2866977 or 14631124. OLE color: 14631124.
HSL color Cylindrical-coordinate representation of color #D440DF: hue angle of 295.85º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D440DF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 64 | 223 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.13 |
| HSL | 295.85º | 0.71% | 0.56% | - |
| HSV(B) | 295.85º | 0.71% | 0.87% | - |
| XYZ | 42.3 | 22.99 | 72.02 | - |
| YUV | 126.38 | 182.53 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 223 | 0.05 | 0.71 | 0 | 0.13 | 295.85 | 0.71 | 0.56 |
| Hex | D4 | 40 | DF | 5 | 47 | 0 | D | 128 | 47 | 38 |
| Octal | 324 | 100 | 337 | 5 | 107 | 0 | 15 | 450 | 107 | 70 |
| Binary | 11010100 | 1000000 | 11011111 | 101 | 1000111 | 0 | 1101 | 100101000 | 1000111 | 111000 |
Color Harmonies of #D440DF
Complementary color
Monochromatic Colors of #D440DF
Black with #D440DF
Text Example
Text Example
White with #D440DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D440DF; }
p { color: rgb(212,64,223); }
H1.HeaderClassName
{
color: #D440DF;
}
.AnyTagClassName
{
color: #D440DF;
}
</style>
background-color css
<style>
a { background-color: #D440DF; }
a { background-color: rgb(212,64,223); }
div.DivClassName
{
background-color: #D440DF;
}
.BgClassName
{
background-color: #D440DF;
}
</style>
border-color css
<style>
span { border-color: #D440DF; }
span { border-color: rgb(212,64,223); }
td.TdClassName
{
border-color: #D440DF;
}
.TagClassName
{
border-color: #D440DF;
}
</style>