Html Css Color HEX #D450E5 Free Speech Magenta
📋 copy color: '#D450E5'red 212 ◦ green 80 ◦ blue 229
Shades of Free Speech Magenta #D450E5
Tints of Free Speech Magenta #D450E5
RGB
CMYK
RGB Variations
Color information
#D450E5 (or 0xD450E5) is known color: Free Speech Magenta. HEX triplet: D4, 50 and E5. RGB value is (212,80,229). Sum of RGB (Red+Green+Blue) = 212+80+229=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #D450E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D450E5 is #2BAF1A. Grayscale: #878787. Windows color (decimal): -2862875 or 15028436. OLE color: 15028436.
HSL color Cylindrical-coordinate representation of color #D450E5: hue angle of 293.15º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D450E5 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 80 | 229 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.10 |
| HSL | 293.15º | 0.74% | 0.61% | - |
| HSV(B) | 293.15º | 0.65% | 0.9% | - |
| XYZ | 44.16 | 25.39 | 76.7 | - |
| YUV | 136.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 229 | 0.07 | 0.65 | 0 | 0.10 | 293.15 | 0.74 | 0.61 |
| Hex | D4 | 50 | E5 | 7 | 41 | 0 | A | 125 | 4A | 3D |
| Octal | 324 | 120 | 345 | 7 | 101 | 0 | 12 | 445 | 112 | 75 |
| Binary | 11010100 | 1010000 | 11100101 | 111 | 1000001 | 0 | 1010 | 100100101 | 1001010 | 111101 |
Color Harmonies of #D450E5
Complementary color
Monochromatic Colors of #D450E5
Black with #D450E5
Text Example
Text Example
White with #D450E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450E5; }
p { color: rgb(212,80,229); }
H1.HeaderClassName
{
color: #D450E5;
}
.AnyTagClassName
{
color: #D450E5;
}
</style>
background-color css
<style>
a { background-color: #D450E5; }
a { background-color: rgb(212,80,229); }
div.DivClassName
{
background-color: #D450E5;
}
.BgClassName
{
background-color: #D450E5;
}
</style>
border-color css
<style>
span { border-color: #D450E5; }
span { border-color: rgb(212,80,229); }
td.TdClassName
{
border-color: #D450E5;
}
.TagClassName
{
border-color: #D450E5;
}
</style>