Html Css Color HEX #D63FCE Free Speech Magenta
📋 copy color: '#D63FCE'red 214 ◦ green 63 ◦ blue 206
Shades of Free Speech Magenta #D63FCE
Tints of Free Speech Magenta #D63FCE
RGB
CMYK
RGB Variations
Color information
#D63FCE (or 0xD63FCE) is known color: Free Speech Magenta. HEX triplet: D6, 3F and CE. RGB value is (214,63,206). Sum of RGB (Red+Green+Blue) = 214+63+206=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FCE is #29C031. Grayscale: #7C7C7C. Windows color (decimal): -2736178 or 13516758. OLE color: 13516758.
HSL color Cylindrical-coordinate representation of color #D63FCE: hue angle of 303.18º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63FCE is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 206 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.16 |
| HSL | 303.18º | 0.65% | 0.54% | - |
| HSV(B) | 303.18º | 0.71% | 0.84% | - |
| XYZ | 40.65 | 22.31 | 60.56 | - |
| YUV | 124.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 206 | 0 | 0.71 | 0.04 | 0.16 | 303.18 | 0.65 | 0.54 |
| Hex | D6 | 3F | CE | 0 | 47 | 4 | 10 | 12F | 41 | 36 |
| Octal | 326 | 77 | 316 | 0 | 107 | 4 | 20 | 457 | 101 | 66 |
| Binary | 11010110 | 111111 | 11001110 | 0 | 1000111 | 100 | 10000 | 100101111 | 1000001 | 110110 |
Color Harmonies of #D63FCE
Complementary color
Monochromatic Colors of #D63FCE
Black with #D63FCE
Text Example
Text Example
White with #D63FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FCE; }
p { color: rgb(214,63,206); }
H1.HeaderClassName
{
color: #D63FCE;
}
.AnyTagClassName
{
color: #D63FCE;
}
</style>
background-color css
<style>
a { background-color: #D63FCE; }
a { background-color: rgb(214,63,206); }
div.DivClassName
{
background-color: #D63FCE;
}
.BgClassName
{
background-color: #D63FCE;
}
</style>
border-color css
<style>
span { border-color: #D63FCE; }
span { border-color: rgb(214,63,206); }
td.TdClassName
{
border-color: #D63FCE;
}
.TagClassName
{
border-color: #D63FCE;
}
</style>