Html Css Color HEX #D257CE Free Speech Magenta
📋 copy color: '#D257CE'red 210 ◦ green 87 ◦ blue 206
Shades of Free Speech Magenta #D257CE
Tints of Free Speech Magenta #D257CE
RGB
CMYK
RGB Variations
Color information
#D257CE (or 0xD257CE) is known color: Free Speech Magenta. HEX triplet: D2, 57 and CE. RGB value is (210,87,206). Sum of RGB (Red+Green+Blue) = 210+87+206=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D257CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257CE is #2DA831. Grayscale: #888888. Windows color (decimal): -2992178 or 13522898. OLE color: 13522898.
HSL color Cylindrical-coordinate representation of color #D257CE: hue angle of 301.95º 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 #D257CE is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 206 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.18 |
| HSL | 301.95º | 0.58% | 0.58% | - |
| HSV(B) | 301.95º | 0.59% | 0.82% | - |
| XYZ | 41.13 | 24.97 | 61.05 | - |
| YUV | 137.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 206 | 0 | 0.59 | 0.02 | 0.18 | 301.95 | 0.58 | 0.58 |
| Hex | D2 | 57 | CE | 0 | 3B | 2 | 12 | 12E | 3A | 3A |
| Octal | 322 | 127 | 316 | 0 | 73 | 2 | 22 | 456 | 72 | 72 |
| Binary | 11010010 | 1010111 | 11001110 | 0 | 111011 | 10 | 10010 | 100101110 | 111010 | 111010 |
Color Harmonies of #D257CE
Complementary color
Monochromatic Colors of #D257CE
Black with #D257CE
Text Example
Text Example
White with #D257CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D257CE; }
p { color: rgb(210,87,206); }
H1.HeaderClassName
{
color: #D257CE;
}
.AnyTagClassName
{
color: #D257CE;
}
</style>
background-color css
<style>
a { background-color: #D257CE; }
a { background-color: rgb(210,87,206); }
div.DivClassName
{
background-color: #D257CE;
}
.BgClassName
{
background-color: #D257CE;
}
</style>
border-color css
<style>
span { border-color: #D257CE; }
span { border-color: rgb(210,87,206); }
td.TdClassName
{
border-color: #D257CE;
}
.TagClassName
{
border-color: #D257CE;
}
</style>