Html Css Color HEX #D23EDD Free Speech Magenta
📋 copy color: '#D23EDD'red 210 ◦ green 62 ◦ blue 221
Shades of Free Speech Magenta #D23EDD
Tints of Free Speech Magenta #D23EDD
RGB
CMYK
RGB Variations
Color information
#D23EDD (or 0xD23EDD) is known color: Free Speech Magenta. HEX triplet: D2, 3E and DD. RGB value is (210,62,221). Sum of RGB (Red+Green+Blue) = 210+62+221=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #D23EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EDD is #2DC122. Grayscale: #7B7B7B. Windows color (decimal): -2998563 or 14499538. OLE color: 14499538.
HSL color Cylindrical-coordinate representation of color #D23EDD: hue angle of 295.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23EDD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 62 | 221 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.13 |
| HSL | 295.85º | 0.7% | 0.55% | - |
| HSV(B) | 295.85º | 0.72% | 0.87% | - |
| XYZ | 41.35 | 22.37 | 70.54 | - |
| YUV | 124.38 | 182.53 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 221 | 0.05 | 0.72 | 0 | 0.13 | 295.85 | 0.7 | 0.55 |
| Hex | D2 | 3E | DD | 5 | 48 | 0 | D | 128 | 46 | 37 |
| Octal | 322 | 76 | 335 | 5 | 110 | 0 | 15 | 450 | 106 | 67 |
| Binary | 11010010 | 111110 | 11011101 | 101 | 1001000 | 0 | 1101 | 100101000 | 1000110 | 110111 |
Color Harmonies of #D23EDD
Complementary color
Monochromatic Colors of #D23EDD
Black with #D23EDD
Text Example
Text Example
White with #D23EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EDD; }
p { color: rgb(210,62,221); }
H1.HeaderClassName
{
color: #D23EDD;
}
.AnyTagClassName
{
color: #D23EDD;
}
</style>
background-color css
<style>
a { background-color: #D23EDD; }
a { background-color: rgb(210,62,221); }
div.DivClassName
{
background-color: #D23EDD;
}
.BgClassName
{
background-color: #D23EDD;
}
</style>
border-color css
<style>
span { border-color: #D23EDD; }
span { border-color: rgb(210,62,221); }
td.TdClassName
{
border-color: #D23EDD;
}
.TagClassName
{
border-color: #D23EDD;
}
</style>