Html Css Color HEX #D72EDB Free Speech Magenta
📋 copy color: '#D72EDB'red 215 ◦ green 46 ◦ blue 219
Shades of Free Speech Magenta #D72EDB
Tints of Free Speech Magenta #D72EDB
RGB
CMYK
RGB Variations
Color information
#D72EDB (or 0xD72EDB) is known color: Free Speech Magenta. HEX triplet: D7, 2E and DB. RGB value is (215,46,219). Sum of RGB (Red+Green+Blue) = 215+46+219=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #D72EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72EDB is #28D124. Grayscale: #737373. Windows color (decimal): -2674981 or 14364375. OLE color: 14364375.
HSL color Cylindrical-coordinate representation of color #D72EDB: hue angle of 298.61º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72EDB is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 46 | 219 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.14 |
| HSL | 298.61º | 0.71% | 0.52% | - |
| HSV(B) | 298.61º | 0.79% | 0.86% | - |
| XYZ | 41.79 | 21.52 | 68.97 | - |
| YUV | 116.25 | 185.99 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 219 | 0.02 | 0.79 | 0 | 0.14 | 298.61 | 0.71 | 0.52 |
| Hex | D7 | 2E | DB | 2 | 4F | 0 | E | 12B | 47 | 34 |
| Octal | 327 | 56 | 333 | 2 | 117 | 0 | 16 | 453 | 107 | 64 |
| Binary | 11010111 | 101110 | 11011011 | 10 | 1001111 | 0 | 1110 | 100101011 | 1000111 | 110100 |
Color Harmonies of #D72EDB
Complementary color
Monochromatic Colors of #D72EDB
Black with #D72EDB
Text Example
Text Example
White with #D72EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72EDB; }
p { color: rgb(215,46,219); }
H1.HeaderClassName
{
color: #D72EDB;
}
.AnyTagClassName
{
color: #D72EDB;
}
</style>
background-color css
<style>
a { background-color: #D72EDB; }
a { background-color: rgb(215,46,219); }
div.DivClassName
{
background-color: #D72EDB;
}
.BgClassName
{
background-color: #D72EDB;
}
</style>
border-color css
<style>
span { border-color: #D72EDB; }
span { border-color: rgb(215,46,219); }
td.TdClassName
{
border-color: #D72EDB;
}
.TagClassName
{
border-color: #D72EDB;
}
</style>