Html Css Color HEX #D450DF Free Speech Magenta
📋 copy color: '#D450DF'red 212 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #D450DF
Tints of Free Speech Magenta #D450DF
RGB
CMYK
RGB Variations
Color information
#D450DF (or 0xD450DF) is known color: Free Speech Magenta. HEX triplet: D4, 50 and DF. RGB value is (212,80,223). Sum of RGB (Red+Green+Blue) = 212+80+223=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #D450DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450DF is #2BAF20. Grayscale: #878787. Windows color (decimal): -2862881 or 14635220. OLE color: 14635220.
HSL color Cylindrical-coordinate representation of color #D450DF: hue angle of 295.38º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D450DF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 80 | 223 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.13 |
| HSL | 295.38º | 0.69% | 0.59% | - |
| HSV(B) | 295.38º | 0.64% | 0.87% | - |
| XYZ | 43.34 | 25.06 | 72.37 | - |
| YUV | 135.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 223 | 0.05 | 0.64 | 0 | 0.13 | 295.38 | 0.69 | 0.59 |
| Hex | D4 | 50 | DF | 5 | 40 | 0 | D | 127 | 45 | 3B |
| Octal | 324 | 120 | 337 | 5 | 100 | 0 | 15 | 447 | 105 | 73 |
| Binary | 11010100 | 1010000 | 11011111 | 101 | 1000000 | 0 | 1101 | 100100111 | 1000101 | 111011 |
Color Harmonies of #D450DF
Complementary color
Monochromatic Colors of #D450DF
Black with #D450DF
Text Example
Text Example
White with #D450DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450DF; }
p { color: rgb(212,80,223); }
H1.HeaderClassName
{
color: #D450DF;
}
.AnyTagClassName
{
color: #D450DF;
}
</style>
background-color css
<style>
a { background-color: #D450DF; }
a { background-color: rgb(212,80,223); }
div.DivClassName
{
background-color: #D450DF;
}
.BgClassName
{
background-color: #D450DF;
}
</style>
border-color css
<style>
span { border-color: #D450DF; }
span { border-color: rgb(212,80,223); }
td.TdClassName
{
border-color: #D450DF;
}
.TagClassName
{
border-color: #D450DF;
}
</style>