Html Css Color HEX #D54CEE Free Speech Magenta
📋 copy color: '#D54CEE'red 213 ◦ green 76 ◦ blue 238
Shades of Free Speech Magenta #D54CEE
Tints of Free Speech Magenta #D54CEE
RGB
CMYK
RGB Variations
Color information
#D54CEE (or 0xD54CEE) is known color: Free Speech Magenta. HEX triplet: D5, 4C and EE. RGB value is (213,76,238). Sum of RGB (Red+Green+Blue) = 213+76+238=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #D54CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54CEE is #2AB311. Grayscale: #868686. Windows color (decimal): -2798354 or 15617237. OLE color: 15617237.
HSL color Cylindrical-coordinate representation of color #D54CEE: hue angle of 290.74º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54CEE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 76 | 238 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.07 |
| HSL | 290.74º | 0.83% | 0.62% | - |
| HSV(B) | 290.74º | 0.68% | 0.93% | - |
| XYZ | 45.46 | 25.49 | 83.41 | - |
| YUV | 135.43 | 185.89 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 238 | 0.11 | 0.68 | 0 | 0.07 | 290.74 | 0.83 | 0.62 |
| Hex | D5 | 4C | EE | B | 44 | 0 | 7 | 123 | 53 | 3E |
| Octal | 325 | 114 | 356 | 13 | 104 | 0 | 7 | 443 | 123 | 76 |
| Binary | 11010101 | 1001100 | 11101110 | 1011 | 1000100 | 0 | 111 | 100100011 | 1010011 | 111110 |
Color Harmonies of #D54CEE
Complementary color
Monochromatic Colors of #D54CEE
Black with #D54CEE
Text Example
Text Example
White with #D54CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54CEE; }
p { color: rgb(213,76,238); }
H1.HeaderClassName
{
color: #D54CEE;
}
.AnyTagClassName
{
color: #D54CEE;
}
</style>
background-color css
<style>
a { background-color: #D54CEE; }
a { background-color: rgb(213,76,238); }
div.DivClassName
{
background-color: #D54CEE;
}
.BgClassName
{
background-color: #D54CEE;
}
</style>
border-color css
<style>
span { border-color: #D54CEE; }
span { border-color: rgb(213,76,238); }
td.TdClassName
{
border-color: #D54CEE;
}
.TagClassName
{
border-color: #D54CEE;
}
</style>