Html Css Color HEX #D459CE Free Speech Magenta
📋 copy color: '#D459CE'red 212 ◦ green 89 ◦ blue 206
Shades of Free Speech Magenta #D459CE
Tints of Free Speech Magenta #D459CE
RGB
CMYK
RGB Variations
Color information
#D459CE (or 0xD459CE) is known color: Free Speech Magenta. HEX triplet: D4, 59 and CE. RGB value is (212,89,206). Sum of RGB (Red+Green+Blue) = 212+89+206=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D459CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D459CE is #2BA631. Grayscale: #8A8A8A. Windows color (decimal): -2860594 or 13523412. OLE color: 13523412.
HSL color Cylindrical-coordinate representation of color #D459CE: hue angle of 302.93º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D459CE is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 206 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.17 |
| HSL | 302.93º | 0.59% | 0.59% | - |
| HSV(B) | 302.93º | 0.58% | 0.83% | - |
| XYZ | 41.86 | 25.6 | 61.13 | - |
| YUV | 139.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 206 | 0 | 0.58 | 0.03 | 0.17 | 302.93 | 0.59 | 0.59 |
| Hex | D4 | 59 | CE | 0 | 3A | 3 | 11 | 12F | 3B | 3B |
| Octal | 324 | 131 | 316 | 0 | 72 | 3 | 21 | 457 | 73 | 73 |
| Binary | 11010100 | 1011001 | 11001110 | 0 | 111010 | 11 | 10001 | 100101111 | 111011 | 111011 |
Color Harmonies of #D459CE
Complementary color
Monochromatic Colors of #D459CE
Black with #D459CE
Text Example
Text Example
White with #D459CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D459CE; }
p { color: rgb(212,89,206); }
H1.HeaderClassName
{
color: #D459CE;
}
.AnyTagClassName
{
color: #D459CE;
}
</style>
background-color css
<style>
a { background-color: #D459CE; }
a { background-color: rgb(212,89,206); }
div.DivClassName
{
background-color: #D459CE;
}
.BgClassName
{
background-color: #D459CE;
}
</style>
border-color css
<style>
span { border-color: #D459CE; }
span { border-color: rgb(212,89,206); }
td.TdClassName
{
border-color: #D459CE;
}
.TagClassName
{
border-color: #D459CE;
}
</style>