Html Css Color HEX #D74CDB Free Speech Magenta
📋 copy color: '#D74CDB'red 215 ◦ green 76 ◦ blue 219
Shades of Free Speech Magenta #D74CDB
Tints of Free Speech Magenta #D74CDB
RGB
CMYK
RGB Variations
Color information
#D74CDB (or 0xD74CDB) is known color: Free Speech Magenta. HEX triplet: D7, 4C and DB. RGB value is (215,76,219). Sum of RGB (Red+Green+Blue) = 215+76+219=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #D74CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74CDB is #28B324. Grayscale: #858585. Windows color (decimal): -2667301 or 14372055. OLE color: 14372055.
HSL color Cylindrical-coordinate representation of color #D74CDB: hue angle of 298.32º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74CDB is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 76 | 219 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.14 |
| HSL | 298.32º | 0.67% | 0.58% | - |
| HSV(B) | 298.32º | 0.65% | 0.86% | - |
| XYZ | 43.39 | 24.73 | 69.5 | - |
| YUV | 133.86 | 176.05 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 219 | 0.02 | 0.65 | 0 | 0.14 | 298.32 | 0.67 | 0.58 |
| Hex | D7 | 4C | DB | 2 | 41 | 0 | E | 12A | 43 | 3A |
| Octal | 327 | 114 | 333 | 2 | 101 | 0 | 16 | 452 | 103 | 72 |
| Binary | 11010111 | 1001100 | 11011011 | 10 | 1000001 | 0 | 1110 | 100101010 | 1000011 | 111010 |
Color Harmonies of #D74CDB
Complementary color
Monochromatic Colors of #D74CDB
Black with #D74CDB
Text Example
Text Example
White with #D74CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74CDB; }
p { color: rgb(215,76,219); }
H1.HeaderClassName
{
color: #D74CDB;
}
.AnyTagClassName
{
color: #D74CDB;
}
</style>
background-color css
<style>
a { background-color: #D74CDB; }
a { background-color: rgb(215,76,219); }
div.DivClassName
{
background-color: #D74CDB;
}
.BgClassName
{
background-color: #D74CDB;
}
</style>
border-color css
<style>
span { border-color: #D74CDB; }
span { border-color: rgb(215,76,219); }
td.TdClassName
{
border-color: #D74CDB;
}
.TagClassName
{
border-color: #D74CDB;
}
</style>