Html Css Color HEX #D736DB Free Speech Magenta
📋 copy color: '#D736DB'red 215 ◦ green 54 ◦ blue 219
Shades of Free Speech Magenta #D736DB
Tints of Free Speech Magenta #D736DB
RGB
CMYK
RGB Variations
Color information
#D736DB (or 0xD736DB) is known color: Free Speech Magenta. HEX triplet: D7, 36 and DB. RGB value is (215,54,219). Sum of RGB (Red+Green+Blue) = 215+54+219=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #D736DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736DB is #28C924. Grayscale: #787878. Windows color (decimal): -2672933 or 14366423. OLE color: 14366423.
HSL color Cylindrical-coordinate representation of color #D736DB: hue angle of 298.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D736DB is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 54 | 219 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.14 |
| HSL | 298.55º | 0.7% | 0.54% | - |
| HSV(B) | 298.55º | 0.75% | 0.86% | - |
| XYZ | 42.13 | 22.2 | 69.08 | - |
| YUV | 120.95 | 183.34 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 219 | 0.02 | 0.75 | 0 | 0.14 | 298.55 | 0.7 | 0.54 |
| Hex | D7 | 36 | DB | 2 | 4B | 0 | E | 12B | 46 | 36 |
| Octal | 327 | 66 | 333 | 2 | 113 | 0 | 16 | 453 | 106 | 66 |
| Binary | 11010111 | 110110 | 11011011 | 10 | 1001011 | 0 | 1110 | 100101011 | 1000110 | 110110 |
Color Harmonies of #D736DB
Complementary color
Monochromatic Colors of #D736DB
Black with #D736DB
Text Example
Text Example
White with #D736DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D736DB; }
p { color: rgb(215,54,219); }
H1.HeaderClassName
{
color: #D736DB;
}
.AnyTagClassName
{
color: #D736DB;
}
</style>
background-color css
<style>
a { background-color: #D736DB; }
a { background-color: rgb(215,54,219); }
div.DivClassName
{
background-color: #D736DB;
}
.BgClassName
{
background-color: #D736DB;
}
</style>
border-color css
<style>
span { border-color: #D736DB; }
span { border-color: rgb(215,54,219); }
td.TdClassName
{
border-color: #D736DB;
}
.TagClassName
{
border-color: #D736DB;
}
</style>