Html Css Color HEX #D455DD Free Speech Magenta
📋 copy color: '#D455DD'red 212 ◦ green 85 ◦ blue 221
Shades of Free Speech Magenta #D455DD
Tints of Free Speech Magenta #D455DD
RGB
CMYK
RGB Variations
Color information
#D455DD (or 0xD455DD) is known color: Free Speech Magenta. HEX triplet: D4, 55 and DD. RGB value is (212,85,221). Sum of RGB (Red+Green+Blue) = 212+85+221=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #D455DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D455DD is #2BAA22. Grayscale: #8A8A8A. Windows color (decimal): -2861603 or 14505428. OLE color: 14505428.
HSL color Cylindrical-coordinate representation of color #D455DD: hue angle of 296.03º 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 #D455DD is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 85 | 221 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.13 |
| HSL | 296.03º | 0.67% | 0.6% | - |
| HSV(B) | 296.03º | 0.62% | 0.87% | - |
| XYZ | 43.45 | 25.71 | 71.08 | - |
| YUV | 138.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 221 | 0.04 | 0.62 | 0 | 0.13 | 296.03 | 0.67 | 0.6 |
| Hex | D4 | 55 | DD | 4 | 3E | 0 | D | 128 | 43 | 3C |
| Octal | 324 | 125 | 335 | 4 | 76 | 0 | 15 | 450 | 103 | 74 |
| Binary | 11010100 | 1010101 | 11011101 | 100 | 111110 | 0 | 1101 | 100101000 | 1000011 | 111100 |
Color Harmonies of #D455DD
Complementary color
Monochromatic Colors of #D455DD
Black with #D455DD
Text Example
Text Example
White with #D455DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D455DD; }
p { color: rgb(212,85,221); }
H1.HeaderClassName
{
color: #D455DD;
}
.AnyTagClassName
{
color: #D455DD;
}
</style>
background-color css
<style>
a { background-color: #D455DD; }
a { background-color: rgb(212,85,221); }
div.DivClassName
{
background-color: #D455DD;
}
.BgClassName
{
background-color: #D455DD;
}
</style>
border-color css
<style>
span { border-color: #D455DD; }
span { border-color: rgb(212,85,221); }
td.TdClassName
{
border-color: #D455DD;
}
.TagClassName
{
border-color: #D455DD;
}
</style>