Html Css Color HEX #D23EDB Free Speech Magenta
📋 copy color: '#D23EDB'red 210 ◦ green 62 ◦ blue 219
Shades of Free Speech Magenta #D23EDB
Tints of Free Speech Magenta #D23EDB
RGB
CMYK
RGB Variations
Color information
#D23EDB (or 0xD23EDB) is known color: Free Speech Magenta. HEX triplet: D2, 3E and DB. RGB value is (210,62,219). Sum of RGB (Red+Green+Blue) = 210+62+219=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #D23EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23EDB is #2DC124. Grayscale: #7B7B7B. Windows color (decimal): -2998565 or 14368466. OLE color: 14368466.
HSL color Cylindrical-coordinate representation of color #D23EDB: hue angle of 296.56º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23EDB is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 62 | 219 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.14 |
| HSL | 296.56º | 0.69% | 0.55% | - |
| HSV(B) | 296.56º | 0.72% | 0.86% | - |
| XYZ | 41.09 | 22.26 | 69.15 | - |
| YUV | 124.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 219 | 0.04 | 0.72 | 0 | 0.14 | 296.56 | 0.69 | 0.55 |
| Hex | D2 | 3E | DB | 4 | 48 | 0 | E | 129 | 45 | 37 |
| Octal | 322 | 76 | 333 | 4 | 110 | 0 | 16 | 451 | 105 | 67 |
| Binary | 11010010 | 111110 | 11011011 | 100 | 1001000 | 0 | 1110 | 100101001 | 1000101 | 110111 |
Color Harmonies of #D23EDB
Complementary color
Monochromatic Colors of #D23EDB
Black with #D23EDB
Text Example
Text Example
White with #D23EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EDB; }
p { color: rgb(210,62,219); }
H1.HeaderClassName
{
color: #D23EDB;
}
.AnyTagClassName
{
color: #D23EDB;
}
</style>
background-color css
<style>
a { background-color: #D23EDB; }
a { background-color: rgb(210,62,219); }
div.DivClassName
{
background-color: #D23EDB;
}
.BgClassName
{
background-color: #D23EDB;
}
</style>
border-color css
<style>
span { border-color: #D23EDB; }
span { border-color: rgb(210,62,219); }
td.TdClassName
{
border-color: #D23EDB;
}
.TagClassName
{
border-color: #D23EDB;
}
</style>