Html Css Color HEX #D453E5 Free Speech Magenta
📋 copy color: '#D453E5'red 212 ◦ green 83 ◦ blue 229
Shades of Free Speech Magenta #D453E5
Tints of Free Speech Magenta #D453E5
RGB
CMYK
RGB Variations
Color information
#D453E5 (or 0xD453E5) is known color: Free Speech Magenta. HEX triplet: D4, 53 and E5. RGB value is (212,83,229). Sum of RGB (Red+Green+Blue) = 212+83+229=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #D453E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D453E5 is #2BAC1A. Grayscale: #898989. Windows color (decimal): -2862107 or 15029204. OLE color: 15029204.
HSL color Cylindrical-coordinate representation of color #D453E5: hue angle of 293.01º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D453E5 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 83 | 229 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.10 |
| HSL | 293.01º | 0.74% | 0.61% | - |
| HSV(B) | 293.01º | 0.64% | 0.9% | - |
| XYZ | 44.39 | 25.84 | 76.78 | - |
| YUV | 138.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 229 | 0.07 | 0.64 | 0 | 0.10 | 293.01 | 0.74 | 0.61 |
| Hex | D4 | 53 | E5 | 7 | 40 | 0 | A | 125 | 4A | 3D |
| Octal | 324 | 123 | 345 | 7 | 100 | 0 | 12 | 445 | 112 | 75 |
| Binary | 11010100 | 1010011 | 11100101 | 111 | 1000000 | 0 | 1010 | 100100101 | 1001010 | 111101 |
Color Harmonies of #D453E5
Complementary color
Monochromatic Colors of #D453E5
Black with #D453E5
Text Example
Text Example
White with #D453E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453E5; }
p { color: rgb(212,83,229); }
H1.HeaderClassName
{
color: #D453E5;
}
.AnyTagClassName
{
color: #D453E5;
}
</style>
background-color css
<style>
a { background-color: #D453E5; }
a { background-color: rgb(212,83,229); }
div.DivClassName
{
background-color: #D453E5;
}
.BgClassName
{
background-color: #D453E5;
}
</style>
border-color css
<style>
span { border-color: #D453E5; }
span { border-color: rgb(212,83,229); }
td.TdClassName
{
border-color: #D453E5;
}
.TagClassName
{
border-color: #D453E5;
}
</style>