Html Css Color HEX #D453E7 Free Speech Magenta
📋 copy color: '#D453E7'red 212 ◦ green 83 ◦ blue 231
Shades of Free Speech Magenta #D453E7
Tints of Free Speech Magenta #D453E7
RGB
CMYK
RGB Variations
Color information
#D453E7 (or 0xD453E7) is known color: Free Speech Magenta. HEX triplet: D4, 53 and E7. RGB value is (212,83,231). Sum of RGB (Red+Green+Blue) = 212+83+231=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #D453E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D453E7 is #2BAC18. Grayscale: #898989. Windows color (decimal): -2862105 or 15160276. OLE color: 15160276.
HSL color Cylindrical-coordinate representation of color #D453E7: hue angle of 292.3º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D453E7 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 83 | 231 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.09 |
| HSL | 292.3º | 0.76% | 0.62% | - |
| HSV(B) | 292.3º | 0.64% | 0.91% | - |
| XYZ | 44.67 | 25.95 | 78.26 | - |
| YUV | 138.44 | 180.24 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 231 | 0.08 | 0.64 | 0 | 0.09 | 292.3 | 0.76 | 0.62 |
| Hex | D4 | 53 | E7 | 8 | 40 | 0 | 9 | 124 | 4C | 3E |
| Octal | 324 | 123 | 347 | 10 | 100 | 0 | 11 | 444 | 114 | 76 |
| Binary | 11010100 | 1010011 | 11100111 | 1000 | 1000000 | 0 | 1001 | 100100100 | 1001100 | 111110 |
Color Harmonies of #D453E7
Complementary color
Monochromatic Colors of #D453E7
Black with #D453E7
Text Example
Text Example
White with #D453E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453E7; }
p { color: rgb(212,83,231); }
H1.HeaderClassName
{
color: #D453E7;
}
.AnyTagClassName
{
color: #D453E7;
}
</style>
background-color css
<style>
a { background-color: #D453E7; }
a { background-color: rgb(212,83,231); }
div.DivClassName
{
background-color: #D453E7;
}
.BgClassName
{
background-color: #D453E7;
}
</style>
border-color css
<style>
span { border-color: #D453E7; }
span { border-color: rgb(212,83,231); }
td.TdClassName
{
border-color: #D453E7;
}
.TagClassName
{
border-color: #D453E7;
}
</style>