Html Css Color HEX #D23EDA Free Speech Magenta
📋 copy color: '#D23EDA'red 210 ◦ green 62 ◦ blue 218
Shades of Free Speech Magenta #D23EDA
Tints of Free Speech Magenta #D23EDA
RGB
CMYK
RGB Variations
Color information
#D23EDA (or 0xD23EDA) is known color: Free Speech Magenta. HEX triplet: D2, 3E and DA. RGB value is (210,62,218). Sum of RGB (Red+Green+Blue) = 210+62+218=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #D23EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EDA is #2DC125. Grayscale: #7B7B7B. Windows color (decimal): -2998566 or 14302930. OLE color: 14302930.
HSL color Cylindrical-coordinate representation of color #D23EDA: hue angle of 296.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23EDA is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 62 | 218 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.15 |
| HSL | 296.92º | 0.68% | 0.55% | - |
| HSV(B) | 296.92º | 0.72% | 0.85% | - |
| XYZ | 40.96 | 22.21 | 68.46 | - |
| YUV | 124.04 | 181.03 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 218 | 0.04 | 0.72 | 0 | 0.15 | 296.92 | 0.68 | 0.55 |
| Hex | D2 | 3E | DA | 4 | 48 | 0 | F | 129 | 44 | 37 |
| Octal | 322 | 76 | 332 | 4 | 110 | 0 | 17 | 451 | 104 | 67 |
| Binary | 11010010 | 111110 | 11011010 | 100 | 1001000 | 0 | 1111 | 100101001 | 1000100 | 110111 |
Color Harmonies of #D23EDA
Complementary color
Monochromatic Colors of #D23EDA
Black with #D23EDA
Text Example
Text Example
White with #D23EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EDA; }
p { color: rgb(210,62,218); }
H1.HeaderClassName
{
color: #D23EDA;
}
.AnyTagClassName
{
color: #D23EDA;
}
</style>
background-color css
<style>
a { background-color: #D23EDA; }
a { background-color: rgb(210,62,218); }
div.DivClassName
{
background-color: #D23EDA;
}
.BgClassName
{
background-color: #D23EDA;
}
</style>
border-color css
<style>
span { border-color: #D23EDA; }
span { border-color: rgb(210,62,218); }
td.TdClassName
{
border-color: #D23EDA;
}
.TagClassName
{
border-color: #D23EDA;
}
</style>