Html Css Color HEX #D257CF Free Speech Magenta
📋 copy color: '#D257CF'red 210 ◦ green 87 ◦ blue 207
Shades of Free Speech Magenta #D257CF
Tints of Free Speech Magenta #D257CF
RGB
CMYK
RGB Variations
Color information
#D257CF (or 0xD257CF) is known color: Free Speech Magenta. HEX triplet: D2, 57 and CF. RGB value is (210,87,207). Sum of RGB (Red+Green+Blue) = 210+87+207=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D257CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257CF is #2DA830. Grayscale: #898989. Windows color (decimal): -2992177 or 13588434. OLE color: 13588434.
HSL color Cylindrical-coordinate representation of color #D257CF: hue angle of 301.46º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D257CF is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 207 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.18 |
| HSL | 301.46º | 0.58% | 0.58% | - |
| HSV(B) | 301.46º | 0.59% | 0.82% | - |
| XYZ | 41.25 | 25.02 | 61.69 | - |
| YUV | 137.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 207 | 0 | 0.59 | 0.01 | 0.18 | 301.46 | 0.58 | 0.58 |
| Hex | D2 | 57 | CF | 0 | 3B | 1 | 12 | 12D | 3A | 3A |
| Octal | 322 | 127 | 317 | 0 | 73 | 1 | 22 | 455 | 72 | 72 |
| Binary | 11010010 | 1010111 | 11001111 | 0 | 111011 | 1 | 10010 | 100101101 | 111010 | 111010 |
Color Harmonies of #D257CF
Complementary color
Monochromatic Colors of #D257CF
Black with #D257CF
Text Example
Text Example
White with #D257CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257CF; }
p { color: rgb(210,87,207); }
H1.HeaderClassName
{
color: #D257CF;
}
.AnyTagClassName
{
color: #D257CF;
}
</style>
background-color css
<style>
a { background-color: #D257CF; }
a { background-color: rgb(210,87,207); }
div.DivClassName
{
background-color: #D257CF;
}
.BgClassName
{
background-color: #D257CF;
}
</style>
border-color css
<style>
span { border-color: #D257CF; }
span { border-color: rgb(210,87,207); }
td.TdClassName
{
border-color: #D257CF;
}
.TagClassName
{
border-color: #D257CF;
}
</style>