Html Css Color HEX #D149D5 Free Speech Magenta
📋 copy color: '#D149D5'red 209 ◦ green 73 ◦ blue 213
Shades of Free Speech Magenta #D149D5
Tints of Free Speech Magenta #D149D5
RGB
CMYK
RGB Variations
Color information
#D149D5 (or 0xD149D5) is known color: Free Speech Magenta. HEX triplet: D1, 49 and D5. RGB value is (209,73,213). Sum of RGB (Red+Green+Blue) = 209+73+213=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #D149D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149D5 is #2EB62A. Grayscale: #818181. Windows color (decimal): -3061291 or 13978065. OLE color: 13978065.
HSL color Cylindrical-coordinate representation of color #D149D5: hue angle of 298.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D149D5 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 73 | 213 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.16 |
| HSL | 298.29º | 0.63% | 0.56% | - |
| HSV(B) | 298.29º | 0.66% | 0.84% | - |
| XYZ | 40.69 | 23.12 | 65.27 | - |
| YUV | 129.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 213 | 0.02 | 0.66 | 0 | 0.16 | 298.29 | 0.63 | 0.56 |
| Hex | D1 | 49 | D5 | 2 | 42 | 0 | 10 | 12A | 3E | 38 |
| Octal | 321 | 111 | 325 | 2 | 102 | 0 | 20 | 452 | 76 | 70 |
| Binary | 11010001 | 1001001 | 11010101 | 10 | 1000010 | 0 | 10000 | 100101010 | 111110 | 111000 |
Color Harmonies of #D149D5
Complementary color
Monochromatic Colors of #D149D5
Black with #D149D5
Text Example
Text Example
White with #D149D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D149D5; }
p { color: rgb(209,73,213); }
H1.HeaderClassName
{
color: #D149D5;
}
.AnyTagClassName
{
color: #D149D5;
}
</style>
background-color css
<style>
a { background-color: #D149D5; }
a { background-color: rgb(209,73,213); }
div.DivClassName
{
background-color: #D149D5;
}
.BgClassName
{
background-color: #D149D5;
}
</style>
border-color css
<style>
span { border-color: #D149D5; }
span { border-color: rgb(209,73,213); }
td.TdClassName
{
border-color: #D149D5;
}
.TagClassName
{
border-color: #D149D5;
}
</style>