Html Css Color HEX #D440D5 Free Speech Magenta
📋 copy color: '#D440D5'red 212 ◦ green 64 ◦ blue 213
Shades of Free Speech Magenta #D440D5
Tints of Free Speech Magenta #D440D5
RGB
CMYK
RGB Variations
Color information
#D440D5 (or 0xD440D5) is known color: Free Speech Magenta. HEX triplet: D4, 40 and D5. RGB value is (212,64,213). Sum of RGB (Red+Green+Blue) = 212+64+213=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #D440D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440D5 is #2BBF2A. Grayscale: #7C7C7C. Windows color (decimal): -2866987 or 13975764. OLE color: 13975764.
HSL color Cylindrical-coordinate representation of color #D440D5: hue angle of 299.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D440D5 is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 64 | 213 | - |
| CMYK | 0.00 | 0.70 | 0 | 0.16 |
| HSL | 299.6º | 0.64% | 0.54% | - |
| HSV(B) | 299.6º | 0.7% | 0.84% | - |
| XYZ | 41 | 22.47 | 65.13 | - |
| YUV | 125.24 | 177.53 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 213 | 0.00 | 0.70 | 0 | 0.16 | 299.6 | 0.64 | 0.54 |
| Hex | D4 | 40 | D5 | 0 | 46 | 0 | 10 | 12C | 40 | 36 |
| Octal | 324 | 100 | 325 | 0 | 106 | 0 | 20 | 454 | 100 | 66 |
| Binary | 11010100 | 1000000 | 11010101 | 0 | 1000110 | 0 | 10000 | 100101100 | 1000000 | 110110 |
Color Harmonies of #D440D5
Complementary color
Monochromatic Colors of #D440D5
Black with #D440D5
Text Example
Text Example
White with #D440D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D440D5; }
p { color: rgb(212,64,213); }
H1.HeaderClassName
{
color: #D440D5;
}
.AnyTagClassName
{
color: #D440D5;
}
</style>
background-color css
<style>
a { background-color: #D440D5; }
a { background-color: rgb(212,64,213); }
div.DivClassName
{
background-color: #D440D5;
}
.BgClassName
{
background-color: #D440D5;
}
</style>
border-color css
<style>
span { border-color: #D440D5; }
span { border-color: rgb(212,64,213); }
td.TdClassName
{
border-color: #D440D5;
}
.TagClassName
{
border-color: #D440D5;
}
</style>