Html Css Color HEX #D440D2 Free Speech Magenta
📋 copy color: '#D440D2'red 212 ◦ green 64 ◦ blue 210
Shades of Free Speech Magenta #D440D2
Tints of Free Speech Magenta #D440D2
RGB
CMYK
RGB Variations
Color information
#D440D2 (or 0xD440D2) is known color: Free Speech Magenta. HEX triplet: D4, 40 and D2. RGB value is (212,64,210). Sum of RGB (Red+Green+Blue) = 212+64+210=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D440D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440D2 is #2BBF2D. Grayscale: #7C7C7C. Windows color (decimal): -2866990 or 13779156. OLE color: 13779156.
HSL color Cylindrical-coordinate representation of color #D440D2: hue angle of 300.81º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D440D2 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 210 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.17 |
| HSL | 300.81º | 0.63% | 0.54% | - |
| HSV(B) | 300.81º | 0.7% | 0.83% | - |
| XYZ | 40.62 | 22.32 | 63.14 | - |
| YUV | 124.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 210 | 0 | 0.70 | 0.01 | 0.17 | 300.81 | 0.63 | 0.54 |
| Hex | D4 | 40 | D2 | 0 | 46 | 1 | 11 | 12D | 3F | 36 |
| Octal | 324 | 100 | 322 | 0 | 106 | 1 | 21 | 455 | 77 | 66 |
| Binary | 11010100 | 1000000 | 11010010 | 0 | 1000110 | 1 | 10001 | 100101101 | 111111 | 110110 |
Color Harmonies of #D440D2
Complementary color
Monochromatic Colors of #D440D2
Black with #D440D2
Text Example
Text Example
White with #D440D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D440D2; }
p { color: rgb(212,64,210); }
H1.HeaderClassName
{
color: #D440D2;
}
.AnyTagClassName
{
color: #D440D2;
}
</style>
background-color css
<style>
a { background-color: #D440D2; }
a { background-color: rgb(212,64,210); }
div.DivClassName
{
background-color: #D440D2;
}
.BgClassName
{
background-color: #D440D2;
}
</style>
border-color css
<style>
span { border-color: #D440D2; }
span { border-color: rgb(212,64,210); }
td.TdClassName
{
border-color: #D440D2;
}
.TagClassName
{
border-color: #D440D2;
}
</style>