Html Css Color HEX #D25BCD Free Speech Magenta
📋 copy color: '#D25BCD'red 210 ◦ green 91 ◦ blue 205
Shades of Free Speech Magenta #D25BCD
Tints of Free Speech Magenta #D25BCD
RGB
CMYK
RGB Variations
Color information
#D25BCD (or 0xD25BCD) is known color: Free Speech Magenta. HEX triplet: D2, 5B and CD. RGB value is (210,91,205). Sum of RGB (Red+Green+Blue) = 210+91+205=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BCD is #2DA432. Grayscale: #8B8B8B. Windows color (decimal): -2991155 or 13458386. OLE color: 13458386.
HSL color Cylindrical-coordinate representation of color #D25BCD: hue angle of 302.52º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25BCD is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 205 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.18 |
| HSL | 302.52º | 0.57% | 0.59% | - |
| HSV(B) | 302.52º | 0.57% | 0.82% | - |
| XYZ | 41.34 | 25.59 | 60.52 | - |
| YUV | 139.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 205 | 0 | 0.57 | 0.02 | 0.18 | 302.52 | 0.57 | 0.59 |
| Hex | D2 | 5B | CD | 0 | 39 | 2 | 12 | 12F | 39 | 3B |
| Octal | 322 | 133 | 315 | 0 | 71 | 2 | 22 | 457 | 71 | 73 |
| Binary | 11010010 | 1011011 | 11001101 | 0 | 111001 | 10 | 10010 | 100101111 | 111001 | 111011 |
Color Harmonies of #D25BCD
Complementary color
Monochromatic Colors of #D25BCD
Black with #D25BCD
Text Example
Text Example
White with #D25BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BCD; }
p { color: rgb(210,91,205); }
H1.HeaderClassName
{
color: #D25BCD;
}
.AnyTagClassName
{
color: #D25BCD;
}
</style>
background-color css
<style>
a { background-color: #D25BCD; }
a { background-color: rgb(210,91,205); }
div.DivClassName
{
background-color: #D25BCD;
}
.BgClassName
{
background-color: #D25BCD;
}
</style>
border-color css
<style>
span { border-color: #D25BCD; }
span { border-color: rgb(210,91,205); }
td.TdClassName
{
border-color: #D25BCD;
}
.TagClassName
{
border-color: #D25BCD;
}
</style>