Html Css Color HEX #D25CDB Free Speech Magenta
📋 copy color: '#D25CDB'red 210 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #D25CDB
Tints of Free Speech Magenta #D25CDB
RGB
CMYK
RGB Variations
Color information
#D25CDB (or 0xD25CDB) is known color: Free Speech Magenta. HEX triplet: D2, 5C and DB. RGB value is (210,92,219). Sum of RGB (Red+Green+Blue) = 210+92+219=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #D25CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CDB is #2DA324. Grayscale: #8D8D8D. Windows color (decimal): -2990885 or 14376146. OLE color: 14376146.
HSL color Cylindrical-coordinate representation of color #D25CDB: hue angle of 295.75º 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 #D25CDB is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 92 | 219 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.14 |
| HSL | 295.75º | 0.64% | 0.61% | - |
| HSV(B) | 295.75º | 0.58% | 0.86% | - |
| XYZ | 43.19 | 26.47 | 69.85 | - |
| YUV | 141.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 219 | 0.04 | 0.58 | 0 | 0.14 | 295.75 | 0.64 | 0.61 |
| Hex | D2 | 5C | DB | 4 | 3A | 0 | E | 128 | 40 | 3D |
| Octal | 322 | 134 | 333 | 4 | 72 | 0 | 16 | 450 | 100 | 75 |
| Binary | 11010010 | 1011100 | 11011011 | 100 | 111010 | 0 | 1110 | 100101000 | 1000000 | 111101 |
Color Harmonies of #D25CDB
Complementary color
Monochromatic Colors of #D25CDB
Black with #D25CDB
Text Example
Text Example
White with #D25CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CDB; }
p { color: rgb(210,92,219); }
H1.HeaderClassName
{
color: #D25CDB;
}
.AnyTagClassName
{
color: #D25CDB;
}
</style>
background-color css
<style>
a { background-color: #D25CDB; }
a { background-color: rgb(210,92,219); }
div.DivClassName
{
background-color: #D25CDB;
}
.BgClassName
{
background-color: #D25CDB;
}
</style>
border-color css
<style>
span { border-color: #D25CDB; }
span { border-color: rgb(210,92,219); }
td.TdClassName
{
border-color: #D25CDB;
}
.TagClassName
{
border-color: #D25CDB;
}
</style>