Html Css Color HEX #D74BDB Free Speech Magenta
📋 copy color: '#D74BDB'red 215 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #D74BDB
Tints of Free Speech Magenta #D74BDB
RGB
CMYK
RGB Variations
Color information
#D74BDB (or 0xD74BDB) is known color: Free Speech Magenta. HEX triplet: D7, 4B and DB. RGB value is (215,75,219). Sum of RGB (Red+Green+Blue) = 215+75+219=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #D74BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74BDB is #28B424. Grayscale: #848484. Windows color (decimal): -2667557 or 14371799. OLE color: 14371799.
HSL color Cylindrical-coordinate representation of color #D74BDB: hue angle of 298.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74BDB is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 75 | 219 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.14 |
| HSL | 298.33º | 0.67% | 0.58% | - |
| HSV(B) | 298.33º | 0.66% | 0.86% | - |
| XYZ | 43.33 | 24.59 | 69.48 | - |
| YUV | 133.28 | 176.38 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 219 | 0.02 | 0.66 | 0 | 0.14 | 298.33 | 0.67 | 0.58 |
| Hex | D7 | 4B | DB | 2 | 42 | 0 | E | 12A | 43 | 3A |
| Octal | 327 | 113 | 333 | 2 | 102 | 0 | 16 | 452 | 103 | 72 |
| Binary | 11010111 | 1001011 | 11011011 | 10 | 1000010 | 0 | 1110 | 100101010 | 1000011 | 111010 |
Color Harmonies of #D74BDB
Complementary color
Monochromatic Colors of #D74BDB
Black with #D74BDB
Text Example
Text Example
White with #D74BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74BDB; }
p { color: rgb(215,75,219); }
H1.HeaderClassName
{
color: #D74BDB;
}
.AnyTagClassName
{
color: #D74BDB;
}
</style>
background-color css
<style>
a { background-color: #D74BDB; }
a { background-color: rgb(215,75,219); }
div.DivClassName
{
background-color: #D74BDB;
}
.BgClassName
{
background-color: #D74BDB;
}
</style>
border-color css
<style>
span { border-color: #D74BDB; }
span { border-color: rgb(215,75,219); }
td.TdClassName
{
border-color: #D74BDB;
}
.TagClassName
{
border-color: #D74BDB;
}
</style>