Html Css Color HEX #D145DB Free Speech Magenta
📋 copy color: '#D145DB'red 209 ◦ green 69 ◦ blue 219
Shades of Free Speech Magenta #D145DB
Tints of Free Speech Magenta #D145DB
RGB
CMYK
RGB Variations
Color information
#D145DB (or 0xD145DB) is known color: Free Speech Magenta. HEX triplet: D1, 45 and DB. RGB value is (209,69,219). Sum of RGB (Red+Green+Blue) = 209+69+219=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #D145DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145DB is #2EBA24. Grayscale: #7F7F7F. Windows color (decimal): -3062309 or 14370257. OLE color: 14370257.
HSL color Cylindrical-coordinate representation of color #D145DB: hue angle of 296º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D145DB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 69 | 219 | - |
CMYK | 0.05 | 0.68 | 0 | 0.14 |
HSL | 296º | 0.68% | 0.56% | - |
HSV(B) | 296º | 0.68% | 0.86% | - |
XYZ | 41.21 | 22.93 | 69.27 | - |
YUV | 127.96 | 179.38 | 185.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 69 | 219 | 0.05 | 0.68 | 0 | 0.14 | 296 | 0.68 | 0.56 |
Hex | D1 | 45 | DB | 5 | 44 | 0 | E | 128 | 44 | 38 |
Octal | 321 | 105 | 333 | 5 | 104 | 0 | 16 | 450 | 104 | 70 |
Binary | 11010001 | 1000101 | 11011011 | 101 | 1000100 | 0 | 1110 | 100101000 | 1000100 | 111000 |
Color Harmonies of #D145DB
Complementary color
Monochromatic Colors of #D145DB
Black with #D145DB
Text Example
Text Example
White with #D145DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145DB; }
p { color: rgb(209,69,219); }
H1.HeaderClassName
{
color: #D145DB;
}
.AnyTagClassName
{
color: #D145DB;
}
</style>
background-color css
<style>
a { background-color: #D145DB; }
a { background-color: rgb(209,69,219); }
div.DivClassName
{
background-color: #D145DB;
}
.BgClassName
{
background-color: #D145DB;
}
</style>
border-color css
<style>
span { border-color: #D145DB; }
span { border-color: rgb(209,69,219); }
td.TdClassName
{
border-color: #D145DB;
}
.TagClassName
{
border-color: #D145DB;
}
</style>