Html Css Color HEX #D63CEE Free Speech Magenta
📋 copy color: '#D63CEE'red 214 ◦ green 60 ◦ blue 238
Shades of Free Speech Magenta #D63CEE
Tints of Free Speech Magenta #D63CEE
RGB
CMYK
RGB Variations
Color information
#D63CEE (or 0xD63CEE) is known color: Free Speech Magenta. HEX triplet: D6, 3C and EE. RGB value is (214,60,238). Sum of RGB (Red+Green+Blue) = 214+60+238=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #D63CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63CEE is #29C311. Grayscale: #7D7D7D. Windows color (decimal): -2736914 or 15613142. OLE color: 15613142.
HSL color Cylindrical-coordinate representation of color #D63CEE: hue angle of 291.91º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63CEE is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 60 | 238 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.07 |
| HSL | 291.91º | 0.84% | 0.58% | - |
| HSV(B) | 291.91º | 0.75% | 0.93% | - |
| XYZ | 44.78 | 23.7 | 83.1 | - |
| YUV | 126.34 | 191.02 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 238 | 0.10 | 0.75 | 0 | 0.07 | 291.91 | 0.84 | 0.58 |
| Hex | D6 | 3C | EE | A | 4B | 0 | 7 | 124 | 54 | 3A |
| Octal | 326 | 74 | 356 | 12 | 113 | 0 | 7 | 444 | 124 | 72 |
| Binary | 11010110 | 111100 | 11101110 | 1010 | 1001011 | 0 | 111 | 100100100 | 1010100 | 111010 |
Color Harmonies of #D63CEE
Complementary color
Monochromatic Colors of #D63CEE
Black with #D63CEE
Text Example
Text Example
White with #D63CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63CEE; }
p { color: rgb(214,60,238); }
H1.HeaderClassName
{
color: #D63CEE;
}
.AnyTagClassName
{
color: #D63CEE;
}
</style>
background-color css
<style>
a { background-color: #D63CEE; }
a { background-color: rgb(214,60,238); }
div.DivClassName
{
background-color: #D63CEE;
}
.BgClassName
{
background-color: #D63CEE;
}
</style>
border-color css
<style>
span { border-color: #D63CEE; }
span { border-color: rgb(214,60,238); }
td.TdClassName
{
border-color: #D63CEE;
}
.TagClassName
{
border-color: #D63CEE;
}
</style>