Html Css Color HEX #D657DF Free Speech Magenta
📋 copy color: '#D657DF'red 214 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #D657DF
Tints of Free Speech Magenta #D657DF
RGB
CMYK
RGB Variations
Color information
#D657DF (or 0xD657DF) is known color: Free Speech Magenta. HEX triplet: D6, 57 and DF. RGB value is (214,87,223). Sum of RGB (Red+Green+Blue) = 214+87+223=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #D657DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D657DF is #29A820. Grayscale: #8C8C8C. Windows color (decimal): -2730017 or 14637014. OLE color: 14637014.
HSL color Cylindrical-coordinate representation of color #D657DF: hue angle of 296.03º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D657DF is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 87 | 223 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.13 |
| HSL | 296.03º | 0.68% | 0.61% | - |
| HSV(B) | 296.03º | 0.61% | 0.87% | - |
| XYZ | 44.46 | 26.44 | 72.57 | - |
| YUV | 140.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 223 | 0.04 | 0.61 | 0 | 0.13 | 296.03 | 0.68 | 0.61 |
| Hex | D6 | 57 | DF | 4 | 3D | 0 | D | 128 | 44 | 3D |
| Octal | 326 | 127 | 337 | 4 | 75 | 0 | 15 | 450 | 104 | 75 |
| Binary | 11010110 | 1010111 | 11011111 | 100 | 111101 | 0 | 1101 | 100101000 | 1000100 | 111101 |
Color Harmonies of #D657DF
Complementary color
Monochromatic Colors of #D657DF
Black with #D657DF
Text Example
Text Example
White with #D657DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D657DF; }
p { color: rgb(214,87,223); }
H1.HeaderClassName
{
color: #D657DF;
}
.AnyTagClassName
{
color: #D657DF;
}
</style>
background-color css
<style>
a { background-color: #D657DF; }
a { background-color: rgb(214,87,223); }
div.DivClassName
{
background-color: #D657DF;
}
.BgClassName
{
background-color: #D657DF;
}
</style>
border-color css
<style>
span { border-color: #D657DF; }
span { border-color: rgb(214,87,223); }
td.TdClassName
{
border-color: #D657DF;
}
.TagClassName
{
border-color: #D657DF;
}
</style>