Html Css Color HEX #D25BCF Free Speech Magenta
📋 copy color: '#D25BCF'red 210 ◦ green 91 ◦ blue 207
Shades of Free Speech Magenta #D25BCF
Tints of Free Speech Magenta #D25BCF
RGB
CMYK
RGB Variations
Color information
#D25BCF (or 0xD25BCF) is known color: Free Speech Magenta. HEX triplet: D2, 5B and CF. RGB value is (210,91,207). Sum of RGB (Red+Green+Blue) = 210+91+207=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BCF is #2DA430. Grayscale: #8B8B8B. Windows color (decimal): -2991153 or 13589458. OLE color: 13589458.
HSL color Cylindrical-coordinate representation of color #D25BCF: hue angle of 301.51º 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 #D25BCF is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 207 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.18 |
| HSL | 301.51º | 0.57% | 0.59% | - |
| HSV(B) | 301.51º | 0.57% | 0.82% | - |
| XYZ | 41.58 | 25.69 | 61.8 | - |
| YUV | 139.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 207 | 0 | 0.57 | 0.01 | 0.18 | 301.51 | 0.57 | 0.59 |
| Hex | D2 | 5B | CF | 0 | 39 | 1 | 12 | 12E | 39 | 3B |
| Octal | 322 | 133 | 317 | 0 | 71 | 1 | 22 | 456 | 71 | 73 |
| Binary | 11010010 | 1011011 | 11001111 | 0 | 111001 | 1 | 10010 | 100101110 | 111001 | 111011 |
Color Harmonies of #D25BCF
Complementary color
Monochromatic Colors of #D25BCF
Black with #D25BCF
Text Example
Text Example
White with #D25BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BCF; }
p { color: rgb(210,91,207); }
H1.HeaderClassName
{
color: #D25BCF;
}
.AnyTagClassName
{
color: #D25BCF;
}
</style>
background-color css
<style>
a { background-color: #D25BCF; }
a { background-color: rgb(210,91,207); }
div.DivClassName
{
background-color: #D25BCF;
}
.BgClassName
{
background-color: #D25BCF;
}
</style>
border-color css
<style>
span { border-color: #D25BCF; }
span { border-color: rgb(210,91,207); }
td.TdClassName
{
border-color: #D25BCF;
}
.TagClassName
{
border-color: #D25BCF;
}
</style>