Html Css Color HEX #D143D7 Free Speech Magenta
📋 copy color: '#D143D7'red 209 ◦ green 67 ◦ blue 215
Shades of Free Speech Magenta #D143D7
Tints of Free Speech Magenta #D143D7
RGB
CMYK
RGB Variations
Color information
#D143D7 (or 0xD143D7) is known color: Free Speech Magenta. HEX triplet: D1, 43 and D7. RGB value is (209,67,215). Sum of RGB (Red+Green+Blue) = 209+67+215=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #D143D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143D7 is #2EBC28. Grayscale: #7D7D7D. Windows color (decimal): -3062825 or 14107601. OLE color: 14107601.
HSL color Cylindrical-coordinate representation of color #D143D7: hue angle of 297.57º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D143D7 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 67 | 215 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.16 |
| HSL | 297.57º | 0.65% | 0.55% | - |
| HSV(B) | 297.57º | 0.69% | 0.84% | - |
| XYZ | 40.57 | 22.48 | 66.49 | - |
| YUV | 126.33 | 178.04 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 215 | 0.03 | 0.69 | 0 | 0.16 | 297.57 | 0.65 | 0.55 |
| Hex | D1 | 43 | D7 | 3 | 45 | 0 | 10 | 12A | 41 | 37 |
| Octal | 321 | 103 | 327 | 3 | 105 | 0 | 20 | 452 | 101 | 67 |
| Binary | 11010001 | 1000011 | 11010111 | 11 | 1000101 | 0 | 10000 | 100101010 | 1000001 | 110111 |
Color Harmonies of #D143D7
Complementary color
Monochromatic Colors of #D143D7
Black with #D143D7
Text Example
Text Example
White with #D143D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143D7; }
p { color: rgb(209,67,215); }
H1.HeaderClassName
{
color: #D143D7;
}
.AnyTagClassName
{
color: #D143D7;
}
</style>
background-color css
<style>
a { background-color: #D143D7; }
a { background-color: rgb(209,67,215); }
div.DivClassName
{
background-color: #D143D7;
}
.BgClassName
{
background-color: #D143D7;
}
</style>
border-color css
<style>
span { border-color: #D143D7; }
span { border-color: rgb(209,67,215); }
td.TdClassName
{
border-color: #D143D7;
}
.TagClassName
{
border-color: #D143D7;
}
</style>