Html Css Color HEX #D453E3 Free Speech Magenta
📋 copy color: '#D453E3'red 212 ◦ green 83 ◦ blue 227
Shades of Free Speech Magenta #D453E3
Tints of Free Speech Magenta #D453E3
RGB
CMYK
RGB Variations
Color information
#D453E3 (or 0xD453E3) is known color: Free Speech Magenta. HEX triplet: D4, 53 and E3. RGB value is (212,83,227). Sum of RGB (Red+Green+Blue) = 212+83+227=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #D453E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D453E3 is #2BAC1C. Grayscale: #898989. Windows color (decimal): -2862109 or 14898132. OLE color: 14898132.
HSL color Cylindrical-coordinate representation of color #D453E3: hue angle of 293.75º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D453E3 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 83 | 227 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.11 |
| HSL | 293.75º | 0.72% | 0.61% | - |
| HSV(B) | 293.75º | 0.63% | 0.89% | - |
| XYZ | 44.11 | 25.73 | 75.31 | - |
| YUV | 137.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 227 | 0.07 | 0.63 | 0 | 0.11 | 293.75 | 0.72 | 0.61 |
| Hex | D4 | 53 | E3 | 7 | 3F | 0 | B | 126 | 48 | 3D |
| Octal | 324 | 123 | 343 | 7 | 77 | 0 | 13 | 446 | 110 | 75 |
| Binary | 11010100 | 1010011 | 11100011 | 111 | 111111 | 0 | 1011 | 100100110 | 1001000 | 111101 |
Color Harmonies of #D453E3
Complementary color
Monochromatic Colors of #D453E3
Black with #D453E3
Text Example
Text Example
White with #D453E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453E3; }
p { color: rgb(212,83,227); }
H1.HeaderClassName
{
color: #D453E3;
}
.AnyTagClassName
{
color: #D453E3;
}
</style>
background-color css
<style>
a { background-color: #D453E3; }
a { background-color: rgb(212,83,227); }
div.DivClassName
{
background-color: #D453E3;
}
.BgClassName
{
background-color: #D453E3;
}
</style>
border-color css
<style>
span { border-color: #D453E3; }
span { border-color: rgb(212,83,227); }
td.TdClassName
{
border-color: #D453E3;
}
.TagClassName
{
border-color: #D453E3;
}
</style>