Html Css Color HEX #D449F1 Free Speech Magenta
📋 copy color: '#D449F1'red 212 ◦ green 73 ◦ blue 241
Shades of Free Speech Magenta #D449F1
Tints of Free Speech Magenta #D449F1
RGB
CMYK
RGB Variations
Color information
#D449F1 (or 0xD449F1) is known color: Free Speech Magenta. HEX triplet: D4, 49 and F1. RGB value is (212,73,241). Sum of RGB (Red+Green+Blue) = 212+73+241=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #D449F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449F1 is #2BB60E. Grayscale: #858585. Windows color (decimal): -2864655 or 15813076. OLE color: 15813076.
HSL color Cylindrical-coordinate representation of color #D449F1: hue angle of 289.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D449F1 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 73 | 241 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.05 |
| HSL | 289.64º | 0.86% | 0.62% | - |
| HSV(B) | 289.64º | 0.7% | 0.95% | - |
| XYZ | 45.41 | 25.11 | 85.67 | - |
| YUV | 133.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 241 | 0.12 | 0.70 | 0 | 0.05 | 289.64 | 0.86 | 0.62 |
| Hex | D4 | 49 | F1 | C | 46 | 0 | 5 | 122 | 56 | 3E |
| Octal | 324 | 111 | 361 | 14 | 106 | 0 | 5 | 442 | 126 | 76 |
| Binary | 11010100 | 1001001 | 11110001 | 1100 | 1000110 | 0 | 101 | 100100010 | 1010110 | 111110 |
Color Harmonies of #D449F1
Complementary color
Monochromatic Colors of #D449F1
Black with #D449F1
Text Example
Text Example
White with #D449F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D449F1; }
p { color: rgb(212,73,241); }
H1.HeaderClassName
{
color: #D449F1;
}
.AnyTagClassName
{
color: #D449F1;
}
</style>
background-color css
<style>
a { background-color: #D449F1; }
a { background-color: rgb(212,73,241); }
div.DivClassName
{
background-color: #D449F1;
}
.BgClassName
{
background-color: #D449F1;
}
</style>
border-color css
<style>
span { border-color: #D449F1; }
span { border-color: rgb(212,73,241); }
td.TdClassName
{
border-color: #D449F1;
}
.TagClassName
{
border-color: #D449F1;
}
</style>