Html Css Color HEX #D460C8 Free Speech Magenta
📋 copy color: '#D460C8'red 212 ◦ green 96 ◦ blue 200
Shades of Free Speech Magenta #D460C8
Tints of Free Speech Magenta #D460C8
RGB
CMYK
RGB Variations
Color information
#D460C8 (or 0xD460C8) is known color: Free Speech Magenta. HEX triplet: D4, 60 and C8. RGB value is (212,96,200). Sum of RGB (Red+Green+Blue) = 212+96+200=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D460C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460C8 is #2B9F37. Grayscale: #8E8E8E. Windows color (decimal): -2858808 or 13131988. OLE color: 13131988.
HSL color Cylindrical-coordinate representation of color #D460C8: hue angle of 306.21º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D460C8 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 200 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.17 |
| HSL | 306.21º | 0.57% | 0.6% | - |
| HSV(B) | 306.21º | 0.55% | 0.83% | - |
| XYZ | 41.76 | 26.53 | 57.56 | - |
| YUV | 142.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 200 | 0 | 0.55 | 0.06 | 0.17 | 306.21 | 0.57 | 0.6 |
| Hex | D4 | 60 | C8 | 0 | 37 | 6 | 11 | 132 | 39 | 3C |
| Octal | 324 | 140 | 310 | 0 | 67 | 6 | 21 | 462 | 71 | 74 |
| Binary | 11010100 | 1100000 | 11001000 | 0 | 110111 | 110 | 10001 | 100110010 | 111001 | 111100 |
Color Harmonies of #D460C8
Complementary color
Monochromatic Colors of #D460C8
Black with #D460C8
Text Example
Text Example
White with #D460C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D460C8; }
p { color: rgb(212,96,200); }
H1.HeaderClassName
{
color: #D460C8;
}
.AnyTagClassName
{
color: #D460C8;
}
</style>
background-color css
<style>
a { background-color: #D460C8; }
a { background-color: rgb(212,96,200); }
div.DivClassName
{
background-color: #D460C8;
}
.BgClassName
{
background-color: #D460C8;
}
</style>
border-color css
<style>
span { border-color: #D460C8; }
span { border-color: rgb(212,96,200); }
td.TdClassName
{
border-color: #D460C8;
}
.TagClassName
{
border-color: #D460C8;
}
</style>