Html Css Color HEX #D450EE Free Speech Magenta
📋 copy color: '#D450EE'red 212 ◦ green 80 ◦ blue 238
Shades of Free Speech Magenta #D450EE
Tints of Free Speech Magenta #D450EE
RGB
CMYK
RGB Variations
Color information
#D450EE (or 0xD450EE) is known color: Free Speech Magenta. HEX triplet: D4, 50 and EE. RGB value is (212,80,238). Sum of RGB (Red+Green+Blue) = 212+80+238=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #D450EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D450EE is #2BAF11. Grayscale: #888888. Windows color (decimal): -2862866 or 15618260. OLE color: 15618260.
HSL color Cylindrical-coordinate representation of color #D450EE: hue angle of 290.13º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D450EE is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 80 | 238 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.07 |
| HSL | 290.13º | 0.82% | 0.62% | - |
| HSV(B) | 290.13º | 0.66% | 0.93% | - |
| XYZ | 45.45 | 25.91 | 83.49 | - |
| YUV | 137.48 | 184.73 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 238 | 0.11 | 0.66 | 0 | 0.07 | 290.13 | 0.82 | 0.62 |
| Hex | D4 | 50 | EE | B | 42 | 0 | 7 | 122 | 52 | 3E |
| Octal | 324 | 120 | 356 | 13 | 102 | 0 | 7 | 442 | 122 | 76 |
| Binary | 11010100 | 1010000 | 11101110 | 1011 | 1000010 | 0 | 111 | 100100010 | 1010010 | 111110 |
Color Harmonies of #D450EE
Complementary color
Monochromatic Colors of #D450EE
Black with #D450EE
Text Example
Text Example
White with #D450EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D450EE; }
p { color: rgb(212,80,238); }
H1.HeaderClassName
{
color: #D450EE;
}
.AnyTagClassName
{
color: #D450EE;
}
</style>
background-color css
<style>
a { background-color: #D450EE; }
a { background-color: rgb(212,80,238); }
div.DivClassName
{
background-color: #D450EE;
}
.BgClassName
{
background-color: #D450EE;
}
</style>
border-color css
<style>
span { border-color: #D450EE; }
span { border-color: rgb(212,80,238); }
td.TdClassName
{
border-color: #D450EE;
}
.TagClassName
{
border-color: #D450EE;
}
</style>