Html Css Color HEX #D145D7 Free Speech Magenta
📋 copy color: '#D145D7'red 209 ◦ green 69 ◦ blue 215
Shades of Free Speech Magenta #D145D7
Tints of Free Speech Magenta #D145D7
RGB
CMYK
RGB Variations
Color information
#D145D7 (or 0xD145D7) is known color: Free Speech Magenta. HEX triplet: D1, 45 and D7. RGB value is (209,69,215). Sum of RGB (Red+Green+Blue) = 209+69+215=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #D145D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145D7 is #2EBA28. Grayscale: #7F7F7F. Windows color (decimal): -3062313 or 14108113. OLE color: 14108113.
HSL color Cylindrical-coordinate representation of color #D145D7: hue angle of 297.53º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D145D7 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 69 | 215 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.16 |
| HSL | 297.53º | 0.65% | 0.56% | - |
| HSV(B) | 297.53º | 0.68% | 0.84% | - |
| XYZ | 40.69 | 22.72 | 66.53 | - |
| YUV | 127.5 | 177.38 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 215 | 0.03 | 0.68 | 0 | 0.16 | 297.53 | 0.65 | 0.56 |
| Hex | D1 | 45 | D7 | 3 | 44 | 0 | 10 | 12A | 41 | 38 |
| Octal | 321 | 105 | 327 | 3 | 104 | 0 | 20 | 452 | 101 | 70 |
| Binary | 11010001 | 1000101 | 11010111 | 11 | 1000100 | 0 | 10000 | 100101010 | 1000001 | 111000 |
Color Harmonies of #D145D7
Complementary color
Monochromatic Colors of #D145D7
Black with #D145D7
Text Example
Text Example
White with #D145D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145D7; }
p { color: rgb(209,69,215); }
H1.HeaderClassName
{
color: #D145D7;
}
.AnyTagClassName
{
color: #D145D7;
}
</style>
background-color css
<style>
a { background-color: #D145D7; }
a { background-color: rgb(209,69,215); }
div.DivClassName
{
background-color: #D145D7;
}
.BgClassName
{
background-color: #D145D7;
}
</style>
border-color css
<style>
span { border-color: #D145D7; }
span { border-color: rgb(209,69,215); }
td.TdClassName
{
border-color: #D145D7;
}
.TagClassName
{
border-color: #D145D7;
}
</style>