Html Css Color HEX #D73DDB Free Speech Magenta
📋 copy color: '#D73DDB'red 215 ◦ green 61 ◦ blue 219
Shades of Free Speech Magenta #D73DDB
Tints of Free Speech Magenta #D73DDB
RGB
CMYK
RGB Variations
Color information
#D73DDB (or 0xD73DDB) is known color: Free Speech Magenta. HEX triplet: D7, 3D and DB. RGB value is (215,61,219). Sum of RGB (Red+Green+Blue) = 215+61+219=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #D73DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73DDB is #28C224. Grayscale: #7C7C7C. Windows color (decimal): -2671141 or 14368215. OLE color: 14368215.
HSL color Cylindrical-coordinate representation of color #D73DDB: hue angle of 298.48º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73DDB is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 61 | 219 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.14 |
| HSL | 298.48º | 0.69% | 0.55% | - |
| HSV(B) | 298.48º | 0.72% | 0.86% | - |
| XYZ | 42.48 | 22.9 | 69.2 | - |
| YUV | 125.06 | 181.02 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 219 | 0.02 | 0.72 | 0 | 0.14 | 298.48 | 0.69 | 0.55 |
| Hex | D7 | 3D | DB | 2 | 48 | 0 | E | 12A | 45 | 37 |
| Octal | 327 | 75 | 333 | 2 | 110 | 0 | 16 | 452 | 105 | 67 |
| Binary | 11010111 | 111101 | 11011011 | 10 | 1001000 | 0 | 1110 | 100101010 | 1000101 | 110111 |
Color Harmonies of #D73DDB
Complementary color
Monochromatic Colors of #D73DDB
Black with #D73DDB
Text Example
Text Example
White with #D73DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73DDB; }
p { color: rgb(215,61,219); }
H1.HeaderClassName
{
color: #D73DDB;
}
.AnyTagClassName
{
color: #D73DDB;
}
</style>
background-color css
<style>
a { background-color: #D73DDB; }
a { background-color: rgb(215,61,219); }
div.DivClassName
{
background-color: #D73DDB;
}
.BgClassName
{
background-color: #D73DDB;
}
</style>
border-color css
<style>
span { border-color: #D73DDB; }
span { border-color: rgb(215,61,219); }
td.TdClassName
{
border-color: #D73DDB;
}
.TagClassName
{
border-color: #D73DDB;
}
</style>