Html Css Color HEX #D62EDA Free Speech Magenta
📋 copy color: '#D62EDA'red 214 ◦ green 46 ◦ blue 218
Shades of Free Speech Magenta #D62EDA
Tints of Free Speech Magenta #D62EDA
RGB
CMYK
RGB Variations
Color information
#D62EDA (or 0xD62EDA) is known color: Free Speech Magenta. HEX triplet: D6, 2E and DA. RGB value is (214,46,218). Sum of RGB (Red+Green+Blue) = 214+46+218=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #D62EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62EDA is #29D125. Grayscale: #737373. Windows color (decimal): -2740518 or 14298838. OLE color: 14298838.
HSL color Cylindrical-coordinate representation of color #D62EDA: hue angle of 298.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62EDA is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 46 | 218 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.15 |
| HSL | 298.6º | 0.7% | 0.52% | - |
| HSV(B) | 298.6º | 0.79% | 0.85% | - |
| XYZ | 41.36 | 21.31 | 68.26 | - |
| YUV | 115.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 218 | 0.02 | 0.79 | 0 | 0.15 | 298.6 | 0.7 | 0.52 |
| Hex | D6 | 2E | DA | 2 | 4F | 0 | F | 12B | 46 | 34 |
| Octal | 326 | 56 | 332 | 2 | 117 | 0 | 17 | 453 | 106 | 64 |
| Binary | 11010110 | 101110 | 11011010 | 10 | 1001111 | 0 | 1111 | 100101011 | 1000110 | 110100 |
Color Harmonies of #D62EDA
Complementary color
Monochromatic Colors of #D62EDA
Black with #D62EDA
Text Example
Text Example
White with #D62EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62EDA; }
p { color: rgb(214,46,218); }
H1.HeaderClassName
{
color: #D62EDA;
}
.AnyTagClassName
{
color: #D62EDA;
}
</style>
background-color css
<style>
a { background-color: #D62EDA; }
a { background-color: rgb(214,46,218); }
div.DivClassName
{
background-color: #D62EDA;
}
.BgClassName
{
background-color: #D62EDA;
}
</style>
border-color css
<style>
span { border-color: #D62EDA; }
span { border-color: rgb(214,46,218); }
td.TdClassName
{
border-color: #D62EDA;
}
.TagClassName
{
border-color: #D62EDA;
}
</style>