Html Css Color HEX #D450DC Free Speech Magenta
📋 copy color: '#D450DC'red 212 ◦ green 80 ◦ blue 220
Shades of Free Speech Magenta #D450DC
Tints of Free Speech Magenta #D450DC
RGB
CMYK
RGB Variations
Color information
#D450DC (or 0xD450DC) is known color: Free Speech Magenta. HEX triplet: D4, 50 and DC. RGB value is (212,80,220). Sum of RGB (Red+Green+Blue) = 212+80+220=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #D450DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450DC is #2BAF23. Grayscale: #868686. Windows color (decimal): -2862884 or 14438612. OLE color: 14438612.
HSL color Cylindrical-coordinate representation of color #D450DC: hue angle of 296.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D450DC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 80 | 220 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.14 |
| HSL | 296.57º | 0.67% | 0.59% | - |
| HSV(B) | 296.57º | 0.64% | 0.86% | - |
| XYZ | 42.94 | 24.9 | 70.25 | - |
| YUV | 135.43 | 175.73 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 220 | 0.04 | 0.64 | 0 | 0.14 | 296.57 | 0.67 | 0.59 |
| Hex | D4 | 50 | DC | 4 | 40 | 0 | E | 129 | 43 | 3B |
| Octal | 324 | 120 | 334 | 4 | 100 | 0 | 16 | 451 | 103 | 73 |
| Binary | 11010100 | 1010000 | 11011100 | 100 | 1000000 | 0 | 1110 | 100101001 | 1000011 | 111011 |
Color Harmonies of #D450DC
Complementary color
Monochromatic Colors of #D450DC
Black with #D450DC
Text Example
Text Example
White with #D450DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450DC; }
p { color: rgb(212,80,220); }
H1.HeaderClassName
{
color: #D450DC;
}
.AnyTagClassName
{
color: #D450DC;
}
</style>
background-color css
<style>
a { background-color: #D450DC; }
a { background-color: rgb(212,80,220); }
div.DivClassName
{
background-color: #D450DC;
}
.BgClassName
{
background-color: #D450DC;
}
</style>
border-color css
<style>
span { border-color: #D450DC; }
span { border-color: rgb(212,80,220); }
td.TdClassName
{
border-color: #D450DC;
}
.TagClassName
{
border-color: #D450DC;
}
</style>