Html Css Color HEX #D457CE Free Speech Magenta
📋 copy color: '#D457CE'red 212 ◦ green 87 ◦ blue 206
Shades of Free Speech Magenta #D457CE
Tints of Free Speech Magenta #D457CE
RGB
CMYK
RGB Variations
Color information
#D457CE (or 0xD457CE) is known color: Free Speech Magenta. HEX triplet: D4, 57 and CE. RGB value is (212,87,206). Sum of RGB (Red+Green+Blue) = 212+87+206=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 87 (34.38% from 255 or 17.23% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D457CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D457CE is #2BA831. Grayscale: #898989. Windows color (decimal): -2861106 or 13522900. OLE color: 13522900.
HSL color Cylindrical-coordinate representation of color #D457CE: hue angle of 302.88º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D457CE is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 87 | 206 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.17 |
| HSL | 302.88º | 0.59% | 0.59% | - |
| HSV(B) | 302.88º | 0.59% | 0.83% | - |
| XYZ | 41.7 | 25.27 | 61.07 | - |
| YUV | 137.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 87 | 206 | 0 | 0.59 | 0.03 | 0.17 | 302.88 | 0.59 | 0.59 |
| Hex | D4 | 57 | CE | 0 | 3B | 3 | 11 | 12F | 3B | 3B |
| Octal | 324 | 127 | 316 | 0 | 73 | 3 | 21 | 457 | 73 | 73 |
| Binary | 11010100 | 1010111 | 11001110 | 0 | 111011 | 11 | 10001 | 100101111 | 111011 | 111011 |
Color Harmonies of #D457CE
Complementary color
Monochromatic Colors of #D457CE
Black with #D457CE
Text Example
Text Example
White with #D457CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D457CE; }
p { color: rgb(212,87,206); }
H1.HeaderClassName
{
color: #D457CE;
}
.AnyTagClassName
{
color: #D457CE;
}
</style>
background-color css
<style>
a { background-color: #D457CE; }
a { background-color: rgb(212,87,206); }
div.DivClassName
{
background-color: #D457CE;
}
.BgClassName
{
background-color: #D457CE;
}
</style>
border-color css
<style>
span { border-color: #D457CE; }
span { border-color: rgb(212,87,206); }
td.TdClassName
{
border-color: #D457CE;
}
.TagClassName
{
border-color: #D457CE;
}
</style>