Html Css Color HEX #D25EDB Free Speech Magenta
📋 copy color: '#D25EDB'red 210 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #D25EDB
Tints of Free Speech Magenta #D25EDB
RGB
CMYK
RGB Variations
Color information
#D25EDB (or 0xD25EDB) is known color: Free Speech Magenta. HEX triplet: D2, 5E and DB. RGB value is (210,94,219). Sum of RGB (Red+Green+Blue) = 210+94+219=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #D25EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EDB is #2DA124. Grayscale: #8E8E8E. Windows color (decimal): -2990373 or 14376658. OLE color: 14376658.
HSL color Cylindrical-coordinate representation of color #D25EDB: hue angle of 295.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25EDB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 94 | 219 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.14 |
| HSL | 295.68º | 0.63% | 0.61% | - |
| HSV(B) | 295.68º | 0.57% | 0.86% | - |
| XYZ | 43.37 | 26.82 | 69.91 | - |
| YUV | 142.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 219 | 0.04 | 0.57 | 0 | 0.14 | 295.68 | 0.63 | 0.61 |
| Hex | D2 | 5E | DB | 4 | 39 | 0 | E | 128 | 3F | 3D |
| Octal | 322 | 136 | 333 | 4 | 71 | 0 | 16 | 450 | 77 | 75 |
| Binary | 11010010 | 1011110 | 11011011 | 100 | 111001 | 0 | 1110 | 100101000 | 111111 | 111101 |
Color Harmonies of #D25EDB
Complementary color
Monochromatic Colors of #D25EDB
Black with #D25EDB
Text Example
Text Example
White with #D25EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EDB; }
p { color: rgb(210,94,219); }
H1.HeaderClassName
{
color: #D25EDB;
}
.AnyTagClassName
{
color: #D25EDB;
}
</style>
background-color css
<style>
a { background-color: #D25EDB; }
a { background-color: rgb(210,94,219); }
div.DivClassName
{
background-color: #D25EDB;
}
.BgClassName
{
background-color: #D25EDB;
}
</style>
border-color css
<style>
span { border-color: #D25EDB; }
span { border-color: rgb(210,94,219); }
td.TdClassName
{
border-color: #D25EDB;
}
.TagClassName
{
border-color: #D25EDB;
}
</style>