Html Css Color HEX #D454D5 Free Speech Magenta
📋 copy color: '#D454D5'red 212 ◦ green 84 ◦ blue 213
Shades of Free Speech Magenta #D454D5
Tints of Free Speech Magenta #D454D5
RGB
CMYK
RGB Variations
Color information
#D454D5 (or 0xD454D5) is known color: Free Speech Magenta. HEX triplet: D4, 54 and D5. RGB value is (212,84,213). Sum of RGB (Red+Green+Blue) = 212+84+213=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #D454D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D454D5 is #2BAB2A. Grayscale: #888888. Windows color (decimal): -2861867 or 13980884. OLE color: 13980884.
HSL color Cylindrical-coordinate representation of color #D454D5: hue angle of 299.53º degrees, saturation: 0.61, 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 #D454D5 is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 84 | 213 | - |
| CMYK | 0.00 | 0.61 | 0 | 0.16 |
| HSL | 299.53º | 0.61% | 0.58% | - |
| HSV(B) | 299.53º | 0.61% | 0.84% | - |
| XYZ | 42.33 | 25.14 | 65.57 | - |
| YUV | 136.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 213 | 0.00 | 0.61 | 0 | 0.16 | 299.53 | 0.61 | 0.58 |
| Hex | D4 | 54 | D5 | 0 | 3D | 0 | 10 | 12C | 3D | 3A |
| Octal | 324 | 124 | 325 | 0 | 75 | 0 | 20 | 454 | 75 | 72 |
| Binary | 11010100 | 1010100 | 11010101 | 0 | 111101 | 0 | 10000 | 100101100 | 111101 | 111010 |
Color Harmonies of #D454D5
Complementary color
Monochromatic Colors of #D454D5
Black with #D454D5
Text Example
Text Example
White with #D454D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D454D5; }
p { color: rgb(212,84,213); }
H1.HeaderClassName
{
color: #D454D5;
}
.AnyTagClassName
{
color: #D454D5;
}
</style>
background-color css
<style>
a { background-color: #D454D5; }
a { background-color: rgb(212,84,213); }
div.DivClassName
{
background-color: #D454D5;
}
.BgClassName
{
background-color: #D454D5;
}
</style>
border-color css
<style>
span { border-color: #D454D5; }
span { border-color: rgb(212,84,213); }
td.TdClassName
{
border-color: #D454D5;
}
.TagClassName
{
border-color: #D454D5;
}
</style>