Html Css Color HEX #D25DDB Free Speech Magenta
📋 copy color: '#D25DDB'red 210 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #D25DDB
Tints of Free Speech Magenta #D25DDB
RGB
CMYK
RGB Variations
Color information
#D25DDB (or 0xD25DDB) is known color: Free Speech Magenta. HEX triplet: D2, 5D and DB. RGB value is (210,93,219). Sum of RGB (Red+Green+Blue) = 210+93+219=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #D25DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DDB is #2DA224. Grayscale: #8D8D8D. Windows color (decimal): -2990629 or 14376402. OLE color: 14376402.
HSL color Cylindrical-coordinate representation of color #D25DDB: hue angle of 295.71º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25DDB is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 93 | 219 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.14 |
| HSL | 295.71º | 0.64% | 0.61% | - |
| HSV(B) | 295.71º | 0.58% | 0.86% | - |
| XYZ | 43.28 | 26.64 | 69.88 | - |
| YUV | 142.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 219 | 0.04 | 0.58 | 0 | 0.14 | 295.71 | 0.64 | 0.61 |
| Hex | D2 | 5D | DB | 4 | 3A | 0 | E | 128 | 40 | 3D |
| Octal | 322 | 135 | 333 | 4 | 72 | 0 | 16 | 450 | 100 | 75 |
| Binary | 11010010 | 1011101 | 11011011 | 100 | 111010 | 0 | 1110 | 100101000 | 1000000 | 111101 |
Color Harmonies of #D25DDB
Complementary color
Monochromatic Colors of #D25DDB
Black with #D25DDB
Text Example
Text Example
White with #D25DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25DDB; }
p { color: rgb(210,93,219); }
H1.HeaderClassName
{
color: #D25DDB;
}
.AnyTagClassName
{
color: #D25DDB;
}
</style>
background-color css
<style>
a { background-color: #D25DDB; }
a { background-color: rgb(210,93,219); }
div.DivClassName
{
background-color: #D25DDB;
}
.BgClassName
{
background-color: #D25DDB;
}
</style>
border-color css
<style>
span { border-color: #D25DDB; }
span { border-color: rgb(210,93,219); }
td.TdClassName
{
border-color: #D25DDB;
}
.TagClassName
{
border-color: #D25DDB;
}
</style>