Html Css Color HEX #D445E6 Free Speech Magenta
📋 copy color: '#D445E6'red 212 ◦ green 69 ◦ blue 230
Shades of Free Speech Magenta #D445E6
Tints of Free Speech Magenta #D445E6
RGB
CMYK
RGB Variations
Color information
#D445E6 (or 0xD445E6) is known color: Free Speech Magenta. HEX triplet: D4, 45 and E6. RGB value is (212,69,230). Sum of RGB (Red+Green+Blue) = 212+69+230=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #D445E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D445E6 is #2BBA19. Grayscale: #818181. Windows color (decimal): -2865690 or 15091156. OLE color: 15091156.
HSL color Cylindrical-coordinate representation of color #D445E6: hue angle of 293.29º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D445E6 is Cyan = 0.08, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 69 | 230 | - |
| CMYK | 0.08 | 0.7 | 0 | 0.10 |
| HSL | 293.29º | 0.76% | 0.59% | - |
| HSV(B) | 293.29º | 0.7% | 0.9% | - |
| XYZ | 43.56 | 23.97 | 77.19 | - |
| YUV | 130.11 | 184.38 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 230 | 0.08 | 0.7 | 0 | 0.10 | 293.29 | 0.76 | 0.59 |
| Hex | D4 | 45 | E6 | 8 | 46 | 0 | A | 125 | 4C | 3B |
| Octal | 324 | 105 | 346 | 10 | 106 | 0 | 12 | 445 | 114 | 73 |
| Binary | 11010100 | 1000101 | 11100110 | 1000 | 1000110 | 0 | 1010 | 100100101 | 1001100 | 111011 |
Color Harmonies of #D445E6
Complementary color
Monochromatic Colors of #D445E6
Black with #D445E6
Text Example
Text Example
White with #D445E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D445E6; }
p { color: rgb(212,69,230); }
H1.HeaderClassName
{
color: #D445E6;
}
.AnyTagClassName
{
color: #D445E6;
}
</style>
background-color css
<style>
a { background-color: #D445E6; }
a { background-color: rgb(212,69,230); }
div.DivClassName
{
background-color: #D445E6;
}
.BgClassName
{
background-color: #D445E6;
}
</style>
border-color css
<style>
span { border-color: #D445E6; }
span { border-color: rgb(212,69,230); }
td.TdClassName
{
border-color: #D445E6;
}
.TagClassName
{
border-color: #D445E6;
}
</style>