Html Css Color HEX #D157DB Free Speech Magenta
📋 copy color: '#D157DB'red 209 ◦ green 87 ◦ blue 219
Shades of Free Speech Magenta #D157DB
Tints of Free Speech Magenta #D157DB
RGB
CMYK
RGB Variations
Color information
#D157DB (or 0xD157DB) is known color: Free Speech Magenta. HEX triplet: D1, 57 and DB. RGB value is (209,87,219). Sum of RGB (Red+Green+Blue) = 209+87+219=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #D157DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D157DB is #2EA824. Grayscale: #8A8A8A. Windows color (decimal): -3057701 or 14374865. OLE color: 14374865.
HSL color Cylindrical-coordinate representation of color #D157DB: hue angle of 295.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D157DB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 87 | 219 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.14 |
| HSL | 295.45º | 0.65% | 0.6% | - |
| HSV(B) | 295.45º | 0.6% | 0.86% | - |
| XYZ | 42.49 | 25.49 | 69.7 | - |
| YUV | 138.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 219 | 0.05 | 0.60 | 0 | 0.14 | 295.45 | 0.65 | 0.6 |
| Hex | D1 | 57 | DB | 5 | 3C | 0 | E | 127 | 41 | 3C |
| Octal | 321 | 127 | 333 | 5 | 74 | 0 | 16 | 447 | 101 | 74 |
| Binary | 11010001 | 1010111 | 11011011 | 101 | 111100 | 0 | 1110 | 100100111 | 1000001 | 111100 |
Color Harmonies of #D157DB
Complementary color
Monochromatic Colors of #D157DB
Black with #D157DB
Text Example
Text Example
White with #D157DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157DB; }
p { color: rgb(209,87,219); }
H1.HeaderClassName
{
color: #D157DB;
}
.AnyTagClassName
{
color: #D157DB;
}
</style>
background-color css
<style>
a { background-color: #D157DB; }
a { background-color: rgb(209,87,219); }
div.DivClassName
{
background-color: #D157DB;
}
.BgClassName
{
background-color: #D157DB;
}
</style>
border-color css
<style>
span { border-color: #D157DB; }
span { border-color: rgb(209,87,219); }
td.TdClassName
{
border-color: #D157DB;
}
.TagClassName
{
border-color: #D157DB;
}
</style>