Html Css Color HEX #D04DD6 Free Speech Magenta
📋 copy color: '#D04DD6'red 208 ◦ green 77 ◦ blue 214
Shades of Free Speech Magenta #D04DD6
Tints of Free Speech Magenta #D04DD6
RGB
CMYK
RGB Variations
Color information
#D04DD6 (or 0xD04DD6) is known color: Free Speech Magenta. HEX triplet: D0, 4D and D6. RGB value is (208,77,214). Sum of RGB (Red+Green+Blue) = 208+77+214=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #D04DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DD6 is #2FB229. Grayscale: #838383. Windows color (decimal): -3125802 or 14044624. OLE color: 14044624.
HSL color Cylindrical-coordinate representation of color #D04DD6: hue angle of 297.37º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04DD6 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 77 | 214 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.16 |
| HSL | 297.37º | 0.63% | 0.57% | - |
| HSV(B) | 297.37º | 0.64% | 0.84% | - |
| XYZ | 40.8 | 23.57 | 66.02 | - |
| YUV | 131.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 214 | 0.03 | 0.64 | 0 | 0.16 | 297.37 | 0.63 | 0.57 |
| Hex | D0 | 4D | D6 | 3 | 40 | 0 | 10 | 129 | 3F | 39 |
| Octal | 320 | 115 | 326 | 3 | 100 | 0 | 20 | 451 | 77 | 71 |
| Binary | 11010000 | 1001101 | 11010110 | 11 | 1000000 | 0 | 10000 | 100101001 | 111111 | 111001 |
Color Harmonies of #D04DD6
Complementary color
Monochromatic Colors of #D04DD6
Black with #D04DD6
Text Example
Text Example
White with #D04DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DD6; }
p { color: rgb(208,77,214); }
H1.HeaderClassName
{
color: #D04DD6;
}
.AnyTagClassName
{
color: #D04DD6;
}
</style>
background-color css
<style>
a { background-color: #D04DD6; }
a { background-color: rgb(208,77,214); }
div.DivClassName
{
background-color: #D04DD6;
}
.BgClassName
{
background-color: #D04DD6;
}
</style>
border-color css
<style>
span { border-color: #D04DD6; }
span { border-color: rgb(208,77,214); }
td.TdClassName
{
border-color: #D04DD6;
}
.TagClassName
{
border-color: #D04DD6;
}
</style>