Html Css Color HEX #D25BEA Free Speech Magenta
📋 copy color: '#D25BEA'red 210 ◦ green 91 ◦ blue 234
Shades of Free Speech Magenta #D25BEA
Tints of Free Speech Magenta #D25BEA
RGB
CMYK
RGB Variations
Color information
#D25BEA (or 0xD25BEA) is known color: Free Speech Magenta. HEX triplet: D2, 5B and EA. RGB value is (210,91,234). Sum of RGB (Red+Green+Blue) = 210+91+234=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #D25BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25BEA is #2DA415. Grayscale: #8E8E8E. Windows color (decimal): -2991126 or 15358930. OLE color: 15358930.
HSL color Cylindrical-coordinate representation of color #D25BEA: hue angle of 289.93º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25BEA is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 91 | 234 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.08 |
| HSL | 289.93º | 0.77% | 0.64% | - |
| HSV(B) | 289.93º | 0.61% | 0.92% | - |
| XYZ | 45.17 | 27.12 | 80.7 | - |
| YUV | 142.88 | 179.42 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 234 | 0.10 | 0.61 | 0 | 0.08 | 289.93 | 0.77 | 0.64 |
| Hex | D2 | 5B | EA | A | 3D | 0 | 8 | 122 | 4D | 40 |
| Octal | 322 | 133 | 352 | 12 | 75 | 0 | 10 | 442 | 115 | 100 |
| Binary | 11010010 | 1011011 | 11101010 | 1010 | 111101 | 0 | 1000 | 100100010 | 1001101 | 1000000 |
Color Harmonies of #D25BEA
Complementary color
Monochromatic Colors of #D25BEA
Black with #D25BEA
Text Example
Text Example
White with #D25BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BEA; }
p { color: rgb(210,91,234); }
H1.HeaderClassName
{
color: #D25BEA;
}
.AnyTagClassName
{
color: #D25BEA;
}
</style>
background-color css
<style>
a { background-color: #D25BEA; }
a { background-color: rgb(210,91,234); }
div.DivClassName
{
background-color: #D25BEA;
}
.BgClassName
{
background-color: #D25BEA;
}
</style>
border-color css
<style>
span { border-color: #D25BEA; }
span { border-color: rgb(210,91,234); }
td.TdClassName
{
border-color: #D25BEA;
}
.TagClassName
{
border-color: #D25BEA;
}
</style>