Html Css Color HEX #D144DA Free Speech Magenta
📋 copy color: '#D144DA'red 209 ◦ green 68 ◦ blue 218
Shades of Free Speech Magenta #D144DA
Tints of Free Speech Magenta #D144DA
RGB
CMYK
RGB Variations
Color information
#D144DA (or 0xD144DA) is known color: Free Speech Magenta. HEX triplet: D1, 44 and DA. RGB value is (209,68,218). Sum of RGB (Red+Green+Blue) = 209+68+218=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #D144DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144DA is #2EBB25. Grayscale: #7E7E7E. Windows color (decimal): -3062566 or 14304465. OLE color: 14304465.
HSL color Cylindrical-coordinate representation of color #D144DA: hue angle of 296.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D144DA is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 68 | 218 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.15 |
| HSL | 296.4º | 0.67% | 0.56% | - |
| HSV(B) | 296.4º | 0.69% | 0.85% | - |
| XYZ | 41.02 | 22.75 | 68.56 | - |
| YUV | 127.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 218 | 0.04 | 0.69 | 0 | 0.15 | 296.4 | 0.67 | 0.56 |
| Hex | D1 | 44 | DA | 4 | 45 | 0 | F | 128 | 43 | 38 |
| Octal | 321 | 104 | 332 | 4 | 105 | 0 | 17 | 450 | 103 | 70 |
| Binary | 11010001 | 1000100 | 11011010 | 100 | 1000101 | 0 | 1111 | 100101000 | 1000011 | 111000 |
Color Harmonies of #D144DA
Complementary color
Monochromatic Colors of #D144DA
Black with #D144DA
Text Example
Text Example
White with #D144DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144DA; }
p { color: rgb(209,68,218); }
H1.HeaderClassName
{
color: #D144DA;
}
.AnyTagClassName
{
color: #D144DA;
}
</style>
background-color css
<style>
a { background-color: #D144DA; }
a { background-color: rgb(209,68,218); }
div.DivClassName
{
background-color: #D144DA;
}
.BgClassName
{
background-color: #D144DA;
}
</style>
border-color css
<style>
span { border-color: #D144DA; }
span { border-color: rgb(209,68,218); }
td.TdClassName
{
border-color: #D144DA;
}
.TagClassName
{
border-color: #D144DA;
}
</style>