Html Css Color HEX #D754DD Free Speech Magenta
📋 copy color: '#D754DD'red 215 ◦ green 84 ◦ blue 221
Shades of Free Speech Magenta #D754DD
Tints of Free Speech Magenta #D754DD
RGB
CMYK
RGB Variations
Color information
#D754DD (or 0xD754DD) is known color: Free Speech Magenta. HEX triplet: D7, 54 and DD. RGB value is (215,84,221). Sum of RGB (Red+Green+Blue) = 215+84+221=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #D754DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754DD is #28AB22. Grayscale: #8A8A8A. Windows color (decimal): -2665251 or 14505175. OLE color: 14505175.
HSL color Cylindrical-coordinate representation of color #D754DD: hue angle of 297.37º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D754DD is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 84 | 221 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.13 |
| HSL | 297.37º | 0.67% | 0.6% | - |
| HSV(B) | 297.37º | 0.62% | 0.87% | - |
| XYZ | 44.25 | 26.01 | 71.09 | - |
| YUV | 138.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 221 | 0.03 | 0.62 | 0 | 0.13 | 297.37 | 0.67 | 0.6 |
| Hex | D7 | 54 | DD | 3 | 3E | 0 | D | 129 | 43 | 3C |
| Octal | 327 | 124 | 335 | 3 | 76 | 0 | 15 | 451 | 103 | 74 |
| Binary | 11010111 | 1010100 | 11011101 | 11 | 111110 | 0 | 1101 | 100101001 | 1000011 | 111100 |
Color Harmonies of #D754DD
Complementary color
Monochromatic Colors of #D754DD
Black with #D754DD
Text Example
Text Example
White with #D754DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754DD; }
p { color: rgb(215,84,221); }
H1.HeaderClassName
{
color: #D754DD;
}
.AnyTagClassName
{
color: #D754DD;
}
</style>
background-color css
<style>
a { background-color: #D754DD; }
a { background-color: rgb(215,84,221); }
div.DivClassName
{
background-color: #D754DD;
}
.BgClassName
{
background-color: #D754DD;
}
</style>
border-color css
<style>
span { border-color: #D754DD; }
span { border-color: rgb(215,84,221); }
td.TdClassName
{
border-color: #D754DD;
}
.TagClassName
{
border-color: #D754DD;
}
</style>