Html Css Color HEX #D749DD Free Speech Magenta
📋 copy color: '#D749DD'red 215 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #D749DD
Tints of Free Speech Magenta #D749DD
RGB
CMYK
RGB Variations
Color information
#D749DD (or 0xD749DD) is known color: Free Speech Magenta. HEX triplet: D7, 49 and DD. RGB value is (215,73,221). Sum of RGB (Red+Green+Blue) = 215+73+221=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #D749DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D749DD is #28B622. Grayscale: #838383. Windows color (decimal): -2668067 or 14502359. OLE color: 14502359.
HSL color Cylindrical-coordinate representation of color #D749DD: hue angle of 297.57º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D749DD is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 73 | 221 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.13 |
| HSL | 297.57º | 0.69% | 0.58% | - |
| HSV(B) | 297.57º | 0.67% | 0.87% | - |
| XYZ | 43.46 | 24.43 | 70.83 | - |
| YUV | 132.33 | 178.04 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 221 | 0.03 | 0.67 | 0 | 0.13 | 297.57 | 0.69 | 0.58 |
| Hex | D7 | 49 | DD | 3 | 43 | 0 | D | 12A | 45 | 3A |
| Octal | 327 | 111 | 335 | 3 | 103 | 0 | 15 | 452 | 105 | 72 |
| Binary | 11010111 | 1001001 | 11011101 | 11 | 1000011 | 0 | 1101 | 100101010 | 1000101 | 111010 |
Color Harmonies of #D749DD
Complementary color
Monochromatic Colors of #D749DD
Black with #D749DD
Text Example
Text Example
White with #D749DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D749DD; }
p { color: rgb(215,73,221); }
H1.HeaderClassName
{
color: #D749DD;
}
.AnyTagClassName
{
color: #D749DD;
}
</style>
background-color css
<style>
a { background-color: #D749DD; }
a { background-color: rgb(215,73,221); }
div.DivClassName
{
background-color: #D749DD;
}
.BgClassName
{
background-color: #D749DD;
}
</style>
border-color css
<style>
span { border-color: #D749DD; }
span { border-color: rgb(215,73,221); }
td.TdClassName
{
border-color: #D749DD;
}
.TagClassName
{
border-color: #D749DD;
}
</style>