Html Css Color HEX #D452DD Free Speech Magenta
📋 copy color: '#D452DD'red 212 ◦ green 82 ◦ blue 221
Shades of Free Speech Magenta #D452DD
Tints of Free Speech Magenta #D452DD
RGB
CMYK
RGB Variations
Color information
#D452DD (or 0xD452DD) is known color: Free Speech Magenta. HEX triplet: D4, 52 and DD. RGB value is (212,82,221). Sum of RGB (Red+Green+Blue) = 212+82+221=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #D452DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D452DD is #2BAD22. Grayscale: #888888. Windows color (decimal): -2862371 or 14504660. OLE color: 14504660.
HSL color Cylindrical-coordinate representation of color #D452DD: hue angle of 296.12º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D452DD is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 82 | 221 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.13 |
| HSL | 296.12º | 0.67% | 0.59% | - |
| HSV(B) | 296.12º | 0.63% | 0.87% | - |
| XYZ | 43.22 | 25.25 | 71 | - |
| YUV | 136.72 | 175.57 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 221 | 0.04 | 0.63 | 0 | 0.13 | 296.12 | 0.67 | 0.59 |
| Hex | D4 | 52 | DD | 4 | 3F | 0 | D | 128 | 43 | 3B |
| Octal | 324 | 122 | 335 | 4 | 77 | 0 | 15 | 450 | 103 | 73 |
| Binary | 11010100 | 1010010 | 11011101 | 100 | 111111 | 0 | 1101 | 100101000 | 1000011 | 111011 |
Color Harmonies of #D452DD
Complementary color
Monochromatic Colors of #D452DD
Black with #D452DD
Text Example
Text Example
White with #D452DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452DD; }
p { color: rgb(212,82,221); }
H1.HeaderClassName
{
color: #D452DD;
}
.AnyTagClassName
{
color: #D452DD;
}
</style>
background-color css
<style>
a { background-color: #D452DD; }
a { background-color: rgb(212,82,221); }
div.DivClassName
{
background-color: #D452DD;
}
.BgClassName
{
background-color: #D452DD;
}
</style>
border-color css
<style>
span { border-color: #D452DD; }
span { border-color: rgb(212,82,221); }
td.TdClassName
{
border-color: #D452DD;
}
.TagClassName
{
border-color: #D452DD;
}
</style>