Html Css Color HEX #D258CF Free Speech Magenta
📋 copy color: '#D258CF'red 210 ◦ green 88 ◦ blue 207
Shades of Free Speech Magenta #D258CF
Tints of Free Speech Magenta #D258CF
RGB
CMYK
RGB Variations
Color information
#D258CF (or 0xD258CF) is known color: Free Speech Magenta. HEX triplet: D2, 58 and CF. RGB value is (210,88,207). Sum of RGB (Red+Green+Blue) = 210+88+207=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D258CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258CF is #2DA730. Grayscale: #898989. Windows color (decimal): -2991921 or 13588690. OLE color: 13588690.
HSL color Cylindrical-coordinate representation of color #D258CF: hue angle of 301.48º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D258CF is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 207 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.18 |
| HSL | 301.48º | 0.58% | 0.58% | - |
| HSV(B) | 301.48º | 0.58% | 0.82% | - |
| XYZ | 41.33 | 25.19 | 61.71 | - |
| YUV | 138.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 207 | 0 | 0.58 | 0.01 | 0.18 | 301.48 | 0.58 | 0.58 |
| Hex | D2 | 58 | CF | 0 | 3A | 1 | 12 | 12D | 3A | 3A |
| Octal | 322 | 130 | 317 | 0 | 72 | 1 | 22 | 455 | 72 | 72 |
| Binary | 11010010 | 1011000 | 11001111 | 0 | 111010 | 1 | 10010 | 100101101 | 111010 | 111010 |
Color Harmonies of #D258CF
Complementary color
Monochromatic Colors of #D258CF
Black with #D258CF
Text Example
Text Example
White with #D258CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258CF; }
p { color: rgb(210,88,207); }
H1.HeaderClassName
{
color: #D258CF;
}
.AnyTagClassName
{
color: #D258CF;
}
</style>
background-color css
<style>
a { background-color: #D258CF; }
a { background-color: rgb(210,88,207); }
div.DivClassName
{
background-color: #D258CF;
}
.BgClassName
{
background-color: #D258CF;
}
</style>
border-color css
<style>
span { border-color: #D258CF; }
span { border-color: rgb(210,88,207); }
td.TdClassName
{
border-color: #D258CF;
}
.TagClassName
{
border-color: #D258CF;
}
</style>