Html Css Color HEX #D25BDD Free Speech Magenta
📋 copy color: '#D25BDD'red 210 ◦ green 91 ◦ blue 221
Shades of Free Speech Magenta #D25BDD
Tints of Free Speech Magenta #D25BDD
RGB
CMYK
RGB Variations
Color information
#D25BDD (or 0xD25BDD) is known color: Free Speech Magenta. HEX triplet: D2, 5B and DD. RGB value is (210,91,221). Sum of RGB (Red+Green+Blue) = 210+91+221=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #D25BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BDD is #2DA422. Grayscale: #8D8D8D. Windows color (decimal): -2991139 or 14506962. OLE color: 14506962.
HSL color Cylindrical-coordinate representation of color #D25BDD: hue angle of 294.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25BDD is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 91 | 221 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.13 |
| HSL | 294.92º | 0.66% | 0.61% | - |
| HSV(B) | 294.92º | 0.59% | 0.87% | - |
| XYZ | 43.37 | 26.4 | 71.22 | - |
| YUV | 141.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 221 | 0.05 | 0.59 | 0 | 0.13 | 294.92 | 0.66 | 0.61 |
| Hex | D2 | 5B | DD | 5 | 3B | 0 | D | 127 | 42 | 3D |
| Octal | 322 | 133 | 335 | 5 | 73 | 0 | 15 | 447 | 102 | 75 |
| Binary | 11010010 | 1011011 | 11011101 | 101 | 111011 | 0 | 1101 | 100100111 | 1000010 | 111101 |
Color Harmonies of #D25BDD
Complementary color
Monochromatic Colors of #D25BDD
Black with #D25BDD
Text Example
Text Example
White with #D25BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BDD; }
p { color: rgb(210,91,221); }
H1.HeaderClassName
{
color: #D25BDD;
}
.AnyTagClassName
{
color: #D25BDD;
}
</style>
background-color css
<style>
a { background-color: #D25BDD; }
a { background-color: rgb(210,91,221); }
div.DivClassName
{
background-color: #D25BDD;
}
.BgClassName
{
background-color: #D25BDD;
}
</style>
border-color css
<style>
span { border-color: #D25BDD; }
span { border-color: rgb(210,91,221); }
td.TdClassName
{
border-color: #D25BDD;
}
.TagClassName
{
border-color: #D25BDD;
}
</style>