Html Css Color HEX #D453D7 Free Speech Magenta
📋 copy color: '#D453D7'red 212 ◦ green 83 ◦ blue 215
Shades of Free Speech Magenta #D453D7
Tints of Free Speech Magenta #D453D7
RGB
CMYK
RGB Variations
Color information
#D453D7 (or 0xD453D7) is known color: Free Speech Magenta. HEX triplet: D4, 53 and D7. RGB value is (212,83,215). Sum of RGB (Red+Green+Blue) = 212+83+215=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #D453D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D453D7 is #2BAC28. Grayscale: #888888. Windows color (decimal): -2862121 or 14111700. OLE color: 14111700.
HSL color Cylindrical-coordinate representation of color #D453D7: hue angle of 298.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D453D7 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 83 | 215 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.16 |
| HSL | 298.64º | 0.62% | 0.58% | - |
| HSV(B) | 298.64º | 0.61% | 0.84% | - |
| XYZ | 42.51 | 25.09 | 66.89 | - |
| YUV | 136.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 215 | 0.01 | 0.61 | 0 | 0.16 | 298.64 | 0.62 | 0.58 |
| Hex | D4 | 53 | D7 | 1 | 3D | 0 | 10 | 12B | 3E | 3A |
| Octal | 324 | 123 | 327 | 1 | 75 | 0 | 20 | 453 | 76 | 72 |
| Binary | 11010100 | 1010011 | 11010111 | 1 | 111101 | 0 | 10000 | 100101011 | 111110 | 111010 |
Color Harmonies of #D453D7
Complementary color
Monochromatic Colors of #D453D7
Black with #D453D7
Text Example
Text Example
White with #D453D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453D7; }
p { color: rgb(212,83,215); }
H1.HeaderClassName
{
color: #D453D7;
}
.AnyTagClassName
{
color: #D453D7;
}
</style>
background-color css
<style>
a { background-color: #D453D7; }
a { background-color: rgb(212,83,215); }
div.DivClassName
{
background-color: #D453D7;
}
.BgClassName
{
background-color: #D453D7;
}
</style>
border-color css
<style>
span { border-color: #D453D7; }
span { border-color: rgb(212,83,215); }
td.TdClassName
{
border-color: #D453D7;
}
.TagClassName
{
border-color: #D453D7;
}
</style>